2023-12-21T04:43:22.515 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T04:43:22.515 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198 --description rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198/orig.config.yaml 2023-12-21T04:43:22.547 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:43:22.629 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499198' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-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-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOp+NHMmSYwQg9dBrLR+jIEzws7GLDPf6oWNCWX27mlbYVZzwdSOlnieGBWzBsexZIYt6gdGxnmcQU/I3/BppjE= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwRpBMY8WPECHYdWmDuU8IGRNSHOQO+nevJYCkk7l84M4ppPLs7NG7rNmjguoCvrapdEier5cGGSZXTSL14pcI= 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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-21T04:43:22.629 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T04:43:22.630 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T04:43:22.630 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T04:43:22.632 INFO:teuthology.task.internal:Checking packages... 2023-12-21T04:43:22.657 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T04:43:22.658 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T04:43:22.658 INFO:teuthology.packaging:ref: None 2023-12-21T04:43:22.658 INFO:teuthology.packaging:tag: None 2023-12-21T04:43:22.658 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:43:22.658 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:43:22.658 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:43:22.943 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T04:43:22.944 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T04:43:22.952 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T04:43:22.952 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T04:43:22.976 INFO:teuthology.task.internal:Saving configuration 2023-12-21T04:43:22.999 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T04:43:23.006 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:43:23.038 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:38:33.572898', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOp+NHMmSYwQg9dBrLR+jIEzws7GLDPf6oWNCWX27mlbYVZzwdSOlnieGBWzBsexZIYt6gdGxnmcQU/I3/BppjE='} 2023-12-21T04:43:23.067 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:38:33.574137', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwRpBMY8WPECHYdWmDuU8IGRNSHOQO+nevJYCkk7l84M4ppPLs7NG7rNmjguoCvrapdEier5cGGSZXTSL14pcI='} 2023-12-21T04:43:23.067 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T04:43:23.077 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T04:43:23.077 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T04:43:23.077 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T04:43:23.193 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f47cc8aae50>, signals=[15]) 2023-12-21T04:43:23.194 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T04:43:23.201 INFO:teuthology.task.internal:Opening connections... 2023-12-21T04:43:23.201 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2023-12-21T04:43:23.203 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:43:23.316 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2023-12-21T04:43:23.316 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:43:23.389 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T04:43:23.397 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2023-12-21T04:43:23.420 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2023-12-21T04:43:23.420 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2023-12-21T04:43:23.481 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="CentOS Stream" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="8" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:ID="centos" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="rhel fedora" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="8" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el8" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://centos.org/" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T04:43:23.482 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T04:43:23.483 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2023-12-21T04:43:23.506 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2023-12-21T04:43:23.529 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2023-12-21T04:43:23.530 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2023-12-21T04:43:23.591 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="CentOS Stream" 2023-12-21T04:43:23.591 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="8" 2023-12-21T04:43:23.591 INFO:teuthology.orchestra.run.smithi190.stdout:ID="centos" 2023-12-21T04:43:23.591 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="rhel fedora" 2023-12-21T04:43:23.591 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="8" 2023-12-21T04:43:23.591 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el8" 2023-12-21T04:43:23.591 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-21T04:43:23.592 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2023-12-21T04:43:23.592 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-21T04:43:23.592 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://centos.org/" 2023-12-21T04:43:23.592 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T04:43:23.592 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T04:43:23.592 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-21T04:43:23.592 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2023-12-21T04:43:23.623 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T04:43:23.632 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T04:43:23.640 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T04:43:23.640 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:43:23.642 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:43:23.663 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T04:43:23.672 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T04:43:23.672 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:43:23.704 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:43:23.741 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T04:43:23.798 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T04:43:23.815 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T04:43:23.816 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T04:43:23.816 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:43:23.817 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:43:23.837 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:43:23.838 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-12-21T04:43:23.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:43:23.839 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-12-21T04:43:23.900 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-489.el8.x86_64 2023-12-21T04:43:23.900 INFO:teuthology.task.kernel:Running kernel on smithi190: 4.18.0-489.el8.x86_64 2023-12-21T04:43:23.900 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2023-12-21T04:43:23.901 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-489.el8.x86_64 2023-12-21T04:43:23.901 INFO:teuthology.task.kernel:Running kernel on smithi008: 4.18.0-489.el8.x86_64 2023-12-21T04:43:23.901 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2023-12-21T04:43:28.229 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - AppStream 19 MB/s | 35 MB 00:01 2023-12-21T04:43:28.286 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - AppStream 20 MB/s | 35 MB 00:01 2023-12-21T04:43:36.429 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - BaseOS 30 MB/s | 57 MB 00:01 2023-12-21T04:43:37.094 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - BaseOS 28 MB/s | 57 MB 00:02 2023-12-21T04:43:45.095 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras 40 kB/s | 18 kB 00:00 2023-12-21T04:43:45.462 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras common packages 37 kB/s | 6.9 kB 00:00 2023-12-21T04:43:45.755 INFO:teuthology.orchestra.run.smithi190.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-21T04:43:46.202 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2023-12-21T04:43:46.736 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 8 - Extras common packages 20 kB/s | 6.9 kB 00:00 2023-12-21T04:43:47.046 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-21T04:43:47.092 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-21T04:43:48.332 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-21T04:43:50.948 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 485 kB/s | 24 kB 00:00 2023-12-21T04:43:52.447 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 388 kB/s | 24 kB 00:00 2023-12-21T04:43:54.640 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T04:43:54.640 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T04:43:54.923 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-21T04:43:54.924 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:43:54.924 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-12-21T04:43:54.924 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:43:54.924 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-12-21T04:43:54.924 INFO:teuthology.orchestra.run.smithi190.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T04:43:54.924 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-21T04:43:54.924 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T04:43:54.924 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T04:43:54.925 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:43:54.925 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-21T04:43:54.925 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:43:54.925 INFO:teuthology.orchestra.run.smithi190.stdout:Install 3 Packages 2023-12-21T04:43:54.925 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:43:54.925 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 89 M 2023-12-21T04:43:54.925 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 96 M 2023-12-21T04:43:54.926 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-21T04:43:55.758 INFO:teuthology.orchestra.run.smithi190.stdout:(1/3): kernel-4.18.0-529.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-12-21T04:43:56.363 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-21T04:43:56.363 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-21T04:43:56.549 INFO:teuthology.orchestra.run.smithi190.stdout:(2/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 25 MB/s | 36 MB 00:01 2023-12-21T04:43:56.680 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout: kernel x86_64 4.18.0-529.el8 baseos 10 M 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core x86_64 4.18.0-529.el8 baseos 43 M 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules x86_64 4.18.0-529.el8 baseos 36 M 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-21T04:43:56.681 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:43:56.682 INFO:teuthology.orchestra.run.smithi008.stdout:Install 3 Packages 2023-12-21T04:43:56.682 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:43:56.682 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 89 M 2023-12-21T04:43:56.682 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 96 M 2023-12-21T04:43:56.682 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-21T04:43:56.795 INFO:teuthology.orchestra.run.smithi008.stdout:[MIRROR] kernel-core-4.18.0-529.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-529.el8.x86_64.rpm (IP: 152.19.134.43) 2023-12-21T04:43:57.266 INFO:teuthology.orchestra.run.smithi190.stdout:(3/3): kernel-core-4.18.0-529.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-12-21T04:43:57.267 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:43:57.267 INFO:teuthology.orchestra.run.smithi190.stdout:Total 38 MB/s | 89 MB 00:02 2023-12-21T04:43:57.947 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-21T04:43:58.264 INFO:teuthology.orchestra.run.smithi008.stdout:(1/3): kernel-core-4.18.0-529.el8.x86_64.rpm 28 MB/s | 43 MB 00:01 2023-12-21T04:43:58.368 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-21T04:43:58.369 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-21T04:43:58.774 INFO:teuthology.orchestra.run.smithi008.stdout:(2/3): kernel-4.18.0-529.el8.x86_64.rpm 5.0 MB/s | 10 MB 00:02 2023-12-21T04:43:59.612 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-21T04:43:59.634 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-21T04:43:59.791 INFO:teuthology.orchestra.run.smithi008.stdout:(3/3): kernel-modules-4.18.0-529.el8.x86_64.rpm 12 MB/s | 36 MB 00:03 2023-12-21T04:43:59.791 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:43:59.791 INFO:teuthology.orchestra.run.smithi008.stdout:Total 29 MB/s | 89 MB 00:03 2023-12-21T04:44:00.503 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-21T04:44:00.948 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-21T04:44:00.948 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-21T04:44:02.255 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-21T04:44:02.277 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-21T04:44:02.395 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-21T04:44:02.896 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:44:05.189 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-21T04:44:05.714 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:44:06.415 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:44:06.971 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:44:09.565 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:44:09.964 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:44:10.404 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:44:10.659 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:13.645 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:44:13.915 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:32.624 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:32.648 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:44:32.981 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:44:33.810 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:33.810 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:44:33.810 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-21T04:44:33.810 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T04:44:33.810 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T04:44:33.810 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:44:33.810 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-21T04:44:34.505 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:44:34.725 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:44:34.726 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:44:34.726 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T04:44:34.726 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:44:34.726 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:44:34.726 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T04:44:34.726 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:44:34.726 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:44:34.936 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:44:34.936 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:44:34.936 DEBUG:teuthology.orchestra.run.smithi190:> sudo rpm -qi grub2-tools 2023-12-21T04:44:34.970 INFO:teuthology.orchestra.run.smithi190.stdout:Name : grub2-tools 2023-12-21T04:44:34.970 INFO:teuthology.orchestra.run.smithi190.stdout:Epoch : 1 2023-12-21T04:44:34.970 INFO:teuthology.orchestra.run.smithi190.stdout:Version : 2.02 2023-12-21T04:44:34.970 INFO:teuthology.orchestra.run.smithi190.stdout:Release : 129.el8 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: x86_64 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Group : System Environment/Base 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Size : 9265586 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:License : GPLv3+ 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Relocations : (not relocatable) 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Packager : CentOS BuildSystem 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:Vendor : CentOS 2023-12-21T04:44:34.971 INFO:teuthology.orchestra.run.smithi190.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout:Summary : Support tools for GRUB. 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout:Description : 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout:hardware devices. 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:44:34.972 INFO:teuthology.orchestra.run.smithi190.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T04:44:34.973 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T04:44:34.973 INFO:teuthology.task.kernel:Updating grub on smithi190 to boot 4.18.0-529.el8.x86_64 2023-12-21T04:44:34.973 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T04:44:36.343 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2023-12-21T04:44:37.381 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:37.406 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:37.761 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:37.762 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-4.18.0-529.el8.x86_64 1/3 2023-12-21T04:44:37.762 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-core-4.18.0-529.el8.x86_64 2/3 2023-12-21T04:44:38.442 INFO:teuthology.orchestra.run.smithi190.stderr:done 2023-12-21T04:44:38.444 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2023-12-21T04:44:38.474 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.qsESqshiFt 2023-12-21T04:44:38.474 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qsESqshiFt 2023-12-21T04:44:38.548 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.qsESqshiFt 2023-12-21T04:44:38.604 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-4.18.0-529.el8.x86_64 3/3 2023-12-21T04:44:38.604 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:44:38.604 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-12-21T04:44:38.604 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-4.18.0-529.el8.x86_64 kernel-core-4.18.0-529.el8.x86_64 2023-12-21T04:44:38.604 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-4.18.0-529.el8.x86_64 2023-12-21T04:44:38.604 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:44:38.604 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-21T04:44:38.708 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.qsESqshiFt is 6KB 2023-12-21T04:44:38.756 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.qsESqshiFt 2023-12-21T04:44:38.771 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:44:38.773 DEBUG:teuthology.orchestra.run.smithi190:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T04:44:38.842 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T04:44:38.842 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T04:44:38.842 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T04:44:38.842 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T04:44:38.843 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T04:44:38.996 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:44:38.997 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:44:38.997 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-529.el8.x86_64 2023-12-21T04:44:38.997 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:44:38.997 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:44:38.997 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T04:44:38.997 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:44:38.998 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T04:44:39.007 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2023-12-21T04:44:39.218 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-529.el8.x86_64 2023-12-21T04:44:39.218 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-529.el8.x86_64 2023-12-21T04:44:39.219 DEBUG:teuthology.orchestra.run.smithi008:> sudo rpm -qi grub2-tools 2023-12-21T04:44:39.253 INFO:teuthology.orchestra.run.smithi008.stdout:Name : grub2-tools 2023-12-21T04:44:39.253 INFO:teuthology.orchestra.run.smithi008.stdout:Epoch : 1 2023-12-21T04:44:39.253 INFO:teuthology.orchestra.run.smithi008.stdout:Version : 2.02 2023-12-21T04:44:39.253 INFO:teuthology.orchestra.run.smithi008.stdout:Release : 129.el8 2023-12-21T04:44:39.253 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: x86_64 2023-12-21T04:44:39.253 INFO:teuthology.orchestra.run.smithi008.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-21T04:44:39.253 INFO:teuthology.orchestra.run.smithi008.stdout:Group : System Environment/Base 2023-12-21T04:44:39.253 INFO:teuthology.orchestra.run.smithi008.stdout:Size : 9265586 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:License : GPLv3+ 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Relocations : (not relocatable) 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Packager : CentOS BuildSystem 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Vendor : CentOS 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Summary : Support tools for GRUB. 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:Description : 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T04:44:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T04:44:39.255 INFO:teuthology.orchestra.run.smithi008.stdout:hardware devices. 2023-12-21T04:44:39.255 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:44:39.255 INFO:teuthology.orchestra.run.smithi008.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T04:44:39.256 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T04:44:39.256 INFO:teuthology.task.kernel:Updating grub on smithi008 to boot 4.18.0-529.el8.x86_64 2023-12-21T04:44:39.256 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T04:44:40.717 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2023-12-21T04:44:42.389 INFO:teuthology.orchestra.run.smithi008.stderr:done 2023-12-21T04:44:42.391 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2023-12-21T04:44:42.417 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.e4W3lSqKyf 2023-12-21T04:44:42.417 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.e4W3lSqKyf 2023-12-21T04:44:42.489 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.e4W3lSqKyf 2023-12-21T04:44:42.640 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.e4W3lSqKyf is 6KB 2023-12-21T04:44:42.688 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.e4W3lSqKyf 2023-12-21T04:44:42.706 DEBUG:teuthology.orchestra.run.smithi008:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T04:44:42.772 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-21T04:44:42.772 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-21T04:44:42.772 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-21T04:44:42.772 INFO:teuthology.orchestra.run.smithi008.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64.conf 2023-12-21T04:44:42.773 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-529.el8.x86_64 2023-12-21T04:44:42.941 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2023-12-21T04:45:09.033 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T04:45:09.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-21T04:45:09.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:12.946 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T04:45:12.946 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-21T04:45:12.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:31.287 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-12-21T04:45:40.295 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-21T04:45:40.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:45:43.377 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.8 2023-12-21T04:45:55.389 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-21T04:45:55.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:46:09.050 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T04:46:18.057 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-21T04:46:18.058 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:46:18.354 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-12-21T04:46:18.710 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-21T04:46:18.710 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-529.el8.x86_64"... 2023-12-21T04:46:18.710 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-12-21T04:46:18.727 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-529.el8.x86_64 2023-12-21T04:46:18.727 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T04:46:18.728 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:46:18.728 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T04:46:19.729 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T04:46:19.729 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:46:19.794 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2023-12-21T04:46:19.807 DEBUG:teuthology.parallel:result is None 2023-12-21T04:46:27.360 DEBUG:teuthology.orchestra.run.smithi008:> true 2023-12-21T04:46:28.053 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-21T04:46:28.053 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-529.el8.x86_64"... 2023-12-21T04:46:28.054 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-12-21T04:46:28.071 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-529.el8.x86_64 2023-12-21T04:46:28.071 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-529.el8.x86_64 vs 4.18.0-529.el8.x86_64 2023-12-21T04:46:28.072 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:46:28.072 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-21T04:46:29.072 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T04:46:29.073 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:46:29.144 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2023-12-21T04:46:29.157 DEBUG:teuthology.parallel:result is None 2023-12-21T04:46:29.158 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T04:46:29.166 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T04:46:29.166 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:46:29.170 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:46:29.196 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T04:46:29.208 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T04:46:29.224 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T04:46:29.224 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:46:29.235 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:46:29.284 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T04:46:29.299 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T04:46:29.299 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T04:46:29.307 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T04:46:29.347 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:46:29.359 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:46:29.364 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:46:29.375 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:46:29.377 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T04:46:29.385 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T04:46:29.385 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:46:29.404 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:46:29.449 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T04:46:29.468 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T04:46:29.468 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:46:29.475 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:46:29.510 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:46:29.584 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:46:29.634 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:46:29.724 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:46:29.766 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:46:29.766 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:46:29.834 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:46:29.881 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:46:29.938 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:46:30.025 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:46:30.067 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:46:30.067 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:46:30.135 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2023-12-21T04:46:30.137 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2023-12-21T04:46:30.195 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:46:30.242 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T04:46:30.713 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T04:46:30.724 INFO:teuthology.task.internal:Starting timer... 2023-12-21T04:46:30.724 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T04:46:30.734 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T04:46:30.744 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T04:46:30.744 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2023-12-21T04:46:30.830 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2023-12-21T04:46:30.832 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2023-12-21T04:46:30.935 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2023-12-21T04:46:30.937 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T04:46:30.937 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2023-12-21T04:46:30.961 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2023-12-21T04:46:30.962 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2023-12-21T04:46:30.986 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2023-12-21T04:46:30.986 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive'} 2023-12-21T04:46:30.986 DEBUG:teuthology.orchestra.run.smithi008:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T04:46:31.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:46:31.034 DEBUG:teuthology.orchestra.run.smithi190:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T04:46:31.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:46:31.062 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T04:46:31.062 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2023-12-21T04:46:31.102 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2023-12-21T04:46:31.130 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T04:46:31.140 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-21T04:46:31.140 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T04:46:31.158 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-21T04:46:31.173 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T04:54:04.011 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2023-12-21T04:54:04.012 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-21T04:54:04.013 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:54:04.083 DEBUG:teuthology.orchestra.run.smithi008:> true 2023-12-21T04:54:04.158 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-21T04:54:04.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-21T04:54:04.158 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:54:04.228 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-12-21T04:54:04.295 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-12-21T04:54:04.295 INFO:teuthology.run_tasks:Running task clock... 2023-12-21T04:54:04.306 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-21T04:54:04.306 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:54:04.307 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:54:04.309 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:54:04.309 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:54:04.343 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T04:54:04.358 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T04:54:04.367 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-21T04:54:04.381 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-21T04:54:04.428 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2023-12-21T04:54:04.439 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2023-12-21T04:54:04.444 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2023-12-21T04:54:04.453 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T04:54:04.455 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2023-12-21T04:54:04.467 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T04:54:04.468 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-21T04:54:04.482 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-21T04:54:04.540 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-12-21T04:54:04.541 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-12-21T04:54:04.544 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T04:54:04.544 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-12-21T04:54:04.544 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:54:04.544 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:54:04.544 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:54:04.544 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:54:04.546 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T04:54:04.546 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-12-21T04:54:04.546 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:54:04.546 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:54:04.546 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:54:04.546 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T04:54:04.546 INFO:teuthology.run_tasks:Running task pexec... 2023-12-21T04:54:04.556 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-21T04:54:04.556 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2023-12-21T04:54:04.557 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T04:54:04.557 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi190.front.sepia.ceph.com 2023-12-21T04:54:04.557 DEBUG:teuthology.orchestra.run.smithi190:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-21T04:54:05.462 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:45 ago on Thu 21 Dec 2023 04:52:20 AM UTC. 2023-12-21T04:54:05.494 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:36 ago on Thu 21 Dec 2023 04:52:29 AM UTC. 2023-12-21T04:54:07.609 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-21T04:54:07.610 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:54:07.610 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-12-21T04:54:07.610 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:54:07.610 INFO:teuthology.orchestra.run.smithi190.stdout:Resetting modules: 2023-12-21T04:54:07.611 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools 2023-12-21T04:54:07.611 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:54:07.611 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-21T04:54:07.611 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:54:07.611 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:54:07.802 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-21T04:54:07.803 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:54:07.803 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2023-12-21T04:54:07.803 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:54:07.803 INFO:teuthology.orchestra.run.smithi008.stdout:Resetting modules: 2023-12-21T04:54:07.803 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools 2023-12-21T04:54:07.803 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:54:07.803 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-21T04:54:07.804 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:54:07.804 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:54:07.887 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-21T04:54:08.066 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-21T04:54:08.823 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:48 ago on Thu 21 Dec 2023 04:52:20 AM UTC. 2023-12-21T04:54:09.028 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:39 ago on Thu 21 Dec 2023 04:52:29 AM UTC. 2023-12-21T04:54:10.938 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-12-21T04:54:11.126 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:54:11.126 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-12-21T04:54:11.126 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:54:11.126 INFO:teuthology.orchestra.run.smithi190.stdout:Installing group/module packages: 2023-12-21T04:54:11.126 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout:Installing weak dependencies: 2023-12-21T04:54:11.127 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout:Installing module profiles: 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools/common 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout:Enabling module streams: 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools rhel8 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout:Install 13 Packages 2023-12-21T04:54:11.128 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:54:11.129 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 27 M 2023-12-21T04:54:11.129 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 89 M 2023-12-21T04:54:11.129 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-12-21T04:54:11.299 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout:Installing group/module packages: 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-21T04:54:11.501 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout:Installing weak dependencies: 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout:Installing module profiles: 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools/common 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling module streams: 2023-12-21T04:54:11.502 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools rhel8 2023-12-21T04:54:11.503 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:54:11.503 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-21T04:54:11.503 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-21T04:54:11.503 INFO:teuthology.orchestra.run.smithi008.stdout:Install 13 Packages 2023-12-21T04:54:11.503 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:54:11.503 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 27 M 2023-12-21T04:54:11.504 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 89 M 2023-12-21T04:54:11.504 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-21T04:54:11.740 INFO:teuthology.orchestra.run.smithi190.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.8 MB/s | 750 kB 00:00 2023-12-21T04:54:11.773 INFO:teuthology.orchestra.run.smithi190.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.3 MB/s | 1.0 MB 00:00 2023-12-21T04:54:11.807 INFO:teuthology.orchestra.run.smithi190.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 567 kB/s | 38 kB 00:00 2023-12-21T04:54:11.857 INFO:teuthology.orchestra.run.smithi190.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-12-21T04:54:11.932 INFO:teuthology.orchestra.run.smithi190.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-12-21T04:54:11.999 INFO:teuthology.orchestra.run.smithi190.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-12-21T04:54:12.058 INFO:teuthology.orchestra.run.smithi190.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 16 MB/s | 3.9 MB 00:00 2023-12-21T04:54:12.102 INFO:teuthology.orchestra.run.smithi190.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 918 kB/s | 94 kB 00:00 2023-12-21T04:54:12.206 INFO:teuthology.orchestra.run.smithi008.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.6 MB/s | 750 kB 00:00 2023-12-21T04:54:12.209 INFO:teuthology.orchestra.run.smithi190.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2023-12-21T04:54:12.240 INFO:teuthology.orchestra.run.smithi008.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.0 MB/s | 1.0 MB 00:00 2023-12-21T04:54:12.273 INFO:teuthology.orchestra.run.smithi008.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 565 kB/s | 38 kB 00:00 2023-12-21T04:54:12.284 INFO:teuthology.orchestra.run.smithi190.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 704 kB/s | 53 kB 00:00 2023-12-21T04:54:12.340 INFO:teuthology.orchestra.run.smithi008.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-12-21T04:54:12.351 INFO:teuthology.orchestra.run.smithi190.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2023-12-21T04:54:12.368 INFO:teuthology.orchestra.run.smithi190.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 488 kB/s | 41 kB 00:00 2023-12-21T04:54:12.424 INFO:teuthology.orchestra.run.smithi008.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.1 MB/s | 178 kB 00:00 2023-12-21T04:54:12.460 INFO:teuthology.orchestra.run.smithi190.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 20 MB/s | 8.1 MB 00:00 2023-12-21T04:54:12.460 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:54:12.460 INFO:teuthology.orchestra.run.smithi190.stdout:Total 20 MB/s | 27 MB 00:01 2023-12-21T04:54:12.491 INFO:teuthology.orchestra.run.smithi008.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 371 kB/s | 25 kB 00:00 2023-12-21T04:54:12.600 INFO:teuthology.orchestra.run.smithi008.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2023-12-21T04:54:12.617 INFO:teuthology.orchestra.run.smithi008.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 749 kB/s | 94 kB 00:00 2023-12-21T04:54:12.675 INFO:teuthology.orchestra.run.smithi008.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.8 MB/s | 3.9 MB 00:00 2023-12-21T04:54:12.726 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-12-21T04:54:12.747 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-12-21T04:54:12.747 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-12-21T04:54:12.750 INFO:teuthology.orchestra.run.smithi008.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 702 kB/s | 53 kB 00:00 2023-12-21T04:54:12.818 INFO:teuthology.orchestra.run.smithi008.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 13 MB/s | 2.5 MB 00:00 2023-12-21T04:54:12.842 INFO:teuthology.orchestra.run.smithi008.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2023-12-21T04:54:12.943 INFO:teuthology.orchestra.run.smithi008.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 24 MB/s | 8.1 MB 00:00 2023-12-21T04:54:12.944 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-21T04:54:12.944 INFO:teuthology.orchestra.run.smithi008.stdout:Total 18 MB/s | 27 MB 00:01 2023-12-21T04:54:13.002 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-12-21T04:54:13.005 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-12-21T04:54:13.220 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-21T04:54:13.243 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-21T04:54:13.243 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-21T04:54:13.514 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-21T04:54:13.517 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-21T04:54:13.696 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-12-21T04:54:13.935 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-21T04:54:14.097 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-21T04:54:14.194 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-21T04:54:14.293 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-21T04:54:14.432 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-21T04:54:14.549 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:54:14.594 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-21T04:54:14.783 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-21T04:54:14.993 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:54:15.090 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-21T04:54:15.575 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-21T04:54:16.074 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:54:16.314 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-21T04:54:16.501 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-21T04:54:16.626 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:54:16.768 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-21T04:54:16.876 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-21T04:54:17.113 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-21T04:54:17.157 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-21T04:54:17.624 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-21T04:54:18.059 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:54:18.147 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-21T04:54:18.537 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-21T04:54:18.722 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:54:19.071 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:54:19.183 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:54:19.184 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-21T04:54:19.358 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-21T04:54:19.542 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-21T04:54:19.993 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-21T04:54:19.994 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-21T04:54:19.994 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-21T04:54:19.994 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-21T04:54:20.006 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-21T04:54:20.006 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T04:54:20.007 INFO:teuthology.orchestra.run.smithi190.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T04:54:20.008 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:54:20.008 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-12-21T04:54:20.317 DEBUG:teuthology.parallel:result is None 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-21T04:54:20.819 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-21T04:54:20.820 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-21T04:54:20.820 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.820 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-21T04:54:20.820 INFO:teuthology.orchestra.run.smithi008.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-21T04:54:20.820 INFO:teuthology.orchestra.run.smithi008.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-21T04:54:20.820 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:54:20.820 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-21T04:54:21.085 DEBUG:teuthology.parallel:result is None 2023-12-21T04:54:21.085 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-21T04:54:21.096 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-21T04:54:21.097 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:54:21.097 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:54:21.115 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T04:54:21.115 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2023-12-21T04:54:21.173 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T04:54:21.174 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:54:21.174 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 393610 Links: 1 2023-12-21T04:54:21.174 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:54:21.174 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:54:21.174 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-21 04:54:19.704548865 +0000 2023-12-21T04:54:21.174 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-21 04:53:27.160385485 +0000 2023-12-21T04:54:21.174 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-21 04:53:27.160385485 +0000 2023-12-21T04:54:21.174 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-21T04:54:21.174 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T04:54:21.239 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-21T04:54:21.240 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-21T04:54:21.240 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 8.3768e-05 s, 6.1 MB/s 2023-12-21T04:54:21.241 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T04:54:21.301 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2023-12-21T04:54:21.358 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T04:54:21.359 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:54:21.359 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 398388 Links: 1 2023-12-21T04:54:21.359 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:54:21.359 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:54:21.359 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-21 04:54:19.704548865 +0000 2023-12-21T04:54:21.359 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-21 04:53:27.661380616 +0000 2023-12-21T04:54:21.359 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-21 04:53:27.661380616 +0000 2023-12-21T04:54:21.359 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-21T04:54:21.359 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T04:54:21.425 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-21T04:54:21.425 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-21T04:54:21.425 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 9.7317e-05 s, 5.3 MB/s 2023-12-21T04:54:21.426 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T04:54:21.485 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2023-12-21T04:54:21.543 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T04:54:21.544 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:54:21.544 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 398520 Links: 1 2023-12-21T04:54:21.544 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:54:21.544 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:54:21.544 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-21 04:54:19.704548865 +0000 2023-12-21T04:54:21.544 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-21 04:53:28.178375591 +0000 2023-12-21T04:54:21.544 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-21 04:53:28.178375591 +0000 2023-12-21T04:54:21.544 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-21T04:54:21.544 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T04:54:21.610 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-21T04:54:21.610 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-21T04:54:21.610 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 9.6076e-05 s, 5.3 MB/s 2023-12-21T04:54:21.611 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T04:54:21.671 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2023-12-21T04:54:21.729 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T04:54:21.729 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:54:21.729 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 394000 Links: 1 2023-12-21T04:54:21.730 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:54:21.730 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:54:21.730 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-21 04:54:19.704548865 +0000 2023-12-21T04:54:21.730 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-21 04:53:28.686370653 +0000 2023-12-21T04:54:21.730 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-21 04:53:28.686370653 +0000 2023-12-21T04:54:21.730 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-21T04:54:21.730 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T04:54:21.796 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-21T04:54:21.796 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-21T04:54:21.796 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000102801 s, 5.0 MB/s 2023-12-21T04:54:21.798 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T04:54:21.856 DEBUG:teuthology.orchestra.run.smithi008:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-21T04:54:21.974 INFO:teuthology.orchestra.run.smithi008.stdout:loop 2023-12-21T04:54:21.975 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_1... 2023-12-21T04:54:21.975 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-21T04:54:22.011 INFO:teuthology.orchestra.run.smithi008.stdout:1 2023-12-21T04:54:22.045 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_11 2023-12-21T04:54:22.084 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_2... 2023-12-21T04:54:22.084 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-21T04:54:22.161 INFO:teuthology.orchestra.run.smithi008.stdout:1 2023-12-21T04:54:22.195 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_21 2023-12-21T04:54:22.233 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_3... 2023-12-21T04:54:22.234 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-21T04:54:22.309 INFO:teuthology.orchestra.run.smithi008.stdout:1 2023-12-21T04:54:22.345 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_31 2023-12-21T04:54:22.382 INFO:tasks.nvme_loop:Connecting nvme_loop smithi008:/dev/vg_nvme/lv_4... 2023-12-21T04:54:22.382 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-21T04:54:22.459 INFO:teuthology.orchestra.run.smithi008.stdout:1 2023-12-21T04:54:22.493 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/vg_nvme/lv_41 2023-12-21T04:54:22.530 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:54:22.531 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:54:22.589 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme list 2023-12-21T04:54:22.656 INFO:teuthology.orchestra.run.smithi008.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-21T04:54:22.656 INFO:teuthology.orchestra.run.smithi008.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-21T04:54:22.656 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme0n1 PHMB7476004A480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-21T04:54:22.656 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme1n1 3acbcf769de71a1da658 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-21T04:54:22.656 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme2n1 517809e8188c7672dedc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-21T04:54:22.656 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme3n1 41e01ada604fd111e391 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-21T04:54:22.656 INFO:teuthology.orchestra.run.smithi008.stdout:/dev/nvme4n1 9dbdf1f2e402c8ef35d3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-21T04:54:22.657 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:54:22.657 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:54:22.657 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/scratch_devs 2023-12-21T04:54:22.725 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:54:22.725 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:54:22.748 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T04:54:22.748 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2023-12-21T04:54:22.810 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T04:54:22.810 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:54:22.810 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 390046 Links: 1 2023-12-21T04:54:22.810 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:54:22.810 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:54:22.810 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-21 04:54:18.907935334 +0000 2023-12-21T04:54:22.810 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-21 04:53:18.177383119 +0000 2023-12-21T04:54:22.811 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-21 04:53:18.177383119 +0000 2023-12-21T04:54:22.811 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-21T04:54:22.811 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T04:54:22.880 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-21T04:54:22.880 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-21T04:54:22.881 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000217359 s, 2.4 MB/s 2023-12-21T04:54:22.882 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T04:54:22.943 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 391552 Links: 1 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-21 04:54:18.907935334 +0000 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-21 04:53:18.683368779 +0000 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-21 04:53:18.683368779 +0000 2023-12-21T04:54:23.003 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-21T04:54:23.004 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T04:54:23.071 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-21T04:54:23.072 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-21T04:54:23.072 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000221654 s, 2.3 MB/s 2023-12-21T04:54:23.073 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T04:54:23.132 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 395981 Links: 1 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-21 04:54:18.907935334 +0000 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-21 04:53:19.193354326 +0000 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-21 04:53:19.193354326 +0000 2023-12-21T04:54:23.192 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-21T04:54:23.193 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T04:54:23.259 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-21T04:54:23.259 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-21T04:54:23.259 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000218793 s, 2.3 MB/s 2023-12-21T04:54:23.260 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T04:54:23.319 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 396036 Links: 1 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-21 04:54:18.907935334 +0000 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-21 04:53:19.715339533 +0000 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-21 04:53:19.715339533 +0000 2023-12-21T04:54:23.378 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-21T04:54:23.379 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T04:54:23.443 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-21T04:54:23.444 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-21T04:54:23.444 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000213672 s, 2.4 MB/s 2023-12-21T04:54:23.445 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T04:54:23.503 DEBUG:teuthology.orchestra.run.smithi190:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-21T04:54:23.640 INFO:teuthology.orchestra.run.smithi190.stdout:loop 2023-12-21T04:54:23.641 INFO:tasks.nvme_loop:Connecting nvme_loop smithi190:/dev/vg_nvme/lv_1... 2023-12-21T04:54:23.641 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-21T04:54:23.675 INFO:teuthology.orchestra.run.smithi190.stdout:1 2023-12-21T04:54:23.708 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/vg_nvme/lv_11 2023-12-21T04:54:23.747 INFO:tasks.nvme_loop:Connecting nvme_loop smithi190:/dev/vg_nvme/lv_2... 2023-12-21T04:54:23.747 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-21T04:54:23.825 INFO:teuthology.orchestra.run.smithi190.stdout:1 2023-12-21T04:54:23.857 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/vg_nvme/lv_21 2023-12-21T04:54:23.894 INFO:tasks.nvme_loop:Connecting nvme_loop smithi190:/dev/vg_nvme/lv_3... 2023-12-21T04:54:23.895 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-21T04:54:23.969 INFO:teuthology.orchestra.run.smithi190.stdout:1 2023-12-21T04:54:24.002 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/vg_nvme/lv_31 2023-12-21T04:54:24.039 INFO:tasks.nvme_loop:Connecting nvme_loop smithi190:/dev/vg_nvme/lv_4... 2023-12-21T04:54:24.039 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-21T04:54:24.114 INFO:teuthology.orchestra.run.smithi190.stdout:1 2023-12-21T04:54:24.146 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/vg_nvme/lv_41 2023-12-21T04:54:24.183 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:54:24.183 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:54:24.246 DEBUG:teuthology.orchestra.run.smithi190:> sudo nvme list 2023-12-21T04:54:24.311 INFO:teuthology.orchestra.run.smithi190.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-21T04:54:24.311 INFO:teuthology.orchestra.run.smithi190.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-21T04:54:24.311 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/nvme0n1 CVFT63210012400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-21T04:54:24.311 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/nvme1n1 dbbcbbd56935fd06510b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-21T04:54:24.311 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/nvme2n1 2c78d325cb22461f6b6a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-21T04:54:24.311 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/nvme3n1 858365cbc2bc6692a353 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-21T04:54:24.311 INFO:teuthology.orchestra.run.smithi190.stdout:/dev/nvme4n1 d5a56e68b2ceb0300c10 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-12-21T04:54:24.312 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:54:24.312 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:54:24.312 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/scratch_devs 2023-12-21T04:54:24.379 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-21T04:54:24.453 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': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-21T04:54:24.453 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:54:24.453 INFO:tasks.cephadm:Cluster fsid is 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:54:24.454 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-21T04:54:24.454 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-21T04:54:24.454 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi008': '172.21.15.8', 'mon.smithi190': '172.21.15.190'} 2023-12-21T04:54:24.454 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-21T04:54:24.454 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2023-12-21T04:54:24.488 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2023-12-21T04:54:24.516 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 639f0137318def3e5f393094e5494880043a8f32)... 2023-12-21T04:54:24.516 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/639f0137318def3e5f393094e5494880043a8f32/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:54:24.669 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 21 04:54 /home/ubuntu/cephtest/cephadm 2023-12-21T04:54:24.670 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/639f0137318def3e5f393094e5494880043a8f32/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:54:24.814 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 21 04:54 /home/ubuntu/cephtest/cephadm 2023-12-21T04:54:24.814 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:54:24.838 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:54:24.865 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /etc/ceph 2023-12-21T04:54:24.913 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2023-12-21T04:54:24.939 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 777 /etc/ceph 2023-12-21T04:54:24.985 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2023-12-21T04:54:25.012 INFO:tasks.cephadm:Writing seed config... 2023-12-21T04:54:25.014 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-21T04:54:25.014 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-21T04:54:25.014 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-21T04:54:25.014 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-21T04:54:25.014 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-21T04:54:25.015 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-21T04:54:25.015 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-21T04:54:25.015 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-21T04:54:25.016 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:54:25.016 DEBUG:teuthology.orchestra.run.smithi008:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-21T04:54:25.047 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 0316fe7c-9fbd-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-21T04:54:25.047 DEBUG:teuthology.orchestra.run.smithi008:mon.smithi008> sudo journalctl -f -n 0 -u ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi008.service 2023-12-21T04:54:25.090 INFO:tasks.cephadm:Bootstrapping... 2023-12-21T04:54:25.090 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 -v bootstrap --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.8 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:54:25.122 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:-- Logs begin at Thu 2023-12-21 04:46:04 UTC. -- 2023-12-21T04:54:25.425 INFO:teuthology.orchestra.run.smithi008.stderr:-------------------------------------------------------------------------------- 2023-12-21T04:54:25.426 INFO:teuthology.orchestra.run.smithi008.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32', '-v', 'bootstrap', '--fsid', '0316fe7c-9fbd-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.8', '--skip-admin-label'] 2023-12-21T04:54:26.727 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2023-12-21T04:54:26.737 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying podman|docker is present... 2023-12-21T04:54:26.761 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2023-12-21T04:54:26.778 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying lvm2 is present... 2023-12-21T04:54:26.778 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying time synchronization is in place... 2023-12-21T04:54:26.785 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:54:26.792 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-12-21T04:54:26.798 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2023-12-21T04:54:26.804 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2023-12-21T04:54:26.805 INFO:teuthology.orchestra.run.smithi008.stderr:Unit chronyd.service is enabled and running 2023-12-21T04:54:26.805 INFO:teuthology.orchestra.run.smithi008.stderr:Repeating the final host check... 2023-12-21T04:54:26.826 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 4.6.1 2023-12-21T04:54:26.833 INFO:teuthology.orchestra.run.smithi008.stderr:podman (/bin/podman) version 4.6.1 is present 2023-12-21T04:54:26.833 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl is present 2023-12-21T04:54:26.833 INFO:teuthology.orchestra.run.smithi008.stderr:lvcreate is present 2023-12-21T04:54:26.840 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:54:26.845 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-12-21T04:54:26.852 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: enabled 2023-12-21T04:54:26.860 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: active 2023-12-21T04:54:26.861 INFO:teuthology.orchestra.run.smithi008.stderr:Unit chronyd.service is enabled and running 2023-12-21T04:54:26.861 INFO:teuthology.orchestra.run.smithi008.stderr:Host looks OK 2023-12-21T04:54:26.861 INFO:teuthology.orchestra.run.smithi008.stderr:Cluster fsid: 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:54:26.861 INFO:teuthology.orchestra.run.smithi008.stderr:Acquiring lock 140548836646752 on /run/cephadm/0316fe7c-9fbd-11ee-95a5-87774f69a715.lock 2023-12-21T04:54:26.861 INFO:teuthology.orchestra.run.smithi008.stderr:Lock 140548836646752 acquired on /run/cephadm/0316fe7c-9fbd-11ee-95a5-87774f69a715.lock 2023-12-21T04:54:26.861 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 3300 ... 2023-12-21T04:54:26.862 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying IP 172.21.15.8 port 6789 ... 2023-12-21T04:54:26.862 INFO:teuthology.orchestra.run.smithi008.stderr:Base mon IP(s) is [172.21.15.8:3300, 172.21.15.8:6789], mon addrv is [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2023-12-21T04:54:26.862 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.8 metric 100 2023-12-21T04:54:26.862 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2023-12-21T04:54:26.866 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-21T04:54:26.866 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-21T04:54:26.866 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1782sec hoplimit 64 pref medium 2023-12-21T04:54:26.869 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-21T04:54:26.869 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-21T04:54:26.869 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T04:54:26.869 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-21T04:54:26.870 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fef8:25fe/64 scope link 2023-12-21T04:54:26.870 INFO:teuthology.orchestra.run.smithi008.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T04:54:26.871 INFO:teuthology.orchestra.run.smithi008.stderr:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2023-12-21T04:54:26.871 INFO:teuthology.orchestra.run.smithi008.stderr:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2023-12-21T04:54:26.871 INFO:teuthology.orchestra.run.smithi008.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-21T04:54:26.872 INFO:teuthology.orchestra.run.smithi008.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-21T04:54:26.872 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32... 2023-12-21T04:54:26.962 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32... 2023-12-21T04:54:27.043 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Getting image source signatures 2023-12-21T04:54:27.051 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:bad7b0729245da24ca12260c2e5692399c7a8fa26ed80956279c9e9995914f5c 2023-12-21T04:54:27.051 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying blob sha256:46af8f5390d4e94fc57efb422ccb97bb53dfe5b948546bfc191b46557eb2dbd9 2023-12-21T04:54:52.500 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Copying config sha256:19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-21T04:54:52.558 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: Writing manifest to image destination 2023-12-21T04:54:53.222 INFO:teuthology.orchestra.run.smithi008.stderr:/bin/podman: 19e6b2dc6c7409634171b0ce2f9daebbe2eee94c73393c6dbcb752a70d414845 2023-12-21T04:54:53.783 INFO:teuthology.orchestra.run.smithi008.stderr:ceph: ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable) 2023-12-21T04:54:54.123 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph version: ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable) 2023-12-21T04:54:54.123 INFO:teuthology.orchestra.run.smithi008.stderr:Extracting ceph user uid/gid from container image... 2023-12-21T04:54:54.405 INFO:teuthology.orchestra.run.smithi008.stderr:stat: 167 167 2023-12-21T04:54:54.721 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial keys... 2023-12-21T04:54:54.972 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQAexYNlXb1oORAAdX53XPAAuQwWLWLS6hUoVg== 2023-12-21T04:54:55.513 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQAfxYNloMmRHhAAfwHHql1BWPlTDgpB3rfUmA== 2023-12-21T04:54:56.105 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-authtool: AQAgxYNl7Jp3BBAA/Rv5j4egSTADs8BX7ojjyA== 2023-12-21T04:54:56.435 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial monmap... 2023-12-21T04:54:56.681 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:54:56.681 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:54:56.681 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:54:57.038 INFO:teuthology.orchestra.run.smithi008.stderr:monmaptool for smithi008 [v2:172.21.15.8:3300,v1:172.21.15.8:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:54:57.038 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: set fsid to 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:54:57.039 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:54:57.039 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:54:57.039 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mon... 2023-12-21T04:54:57.305 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.279+0000 7fcb20274880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:54:57.305 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.280+0000 7fcb20274880 1 imported monmap: 2023-12-21T04:54:57.305 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: last_changed 2023-12-21T04:54:56.681029+0000 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: created 2023-12-21T04:54:56.681029+0000 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon.smithi008 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.280+0000 7fcb20274880 0 /usr/bin/ceph-mon: set fsid to 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: DB SUMMARY 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.306 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi008/store.db dir, Total Num: 0, files: 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi008/store.db: 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.create_if_missing: 1 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.env: 0x55ff94025080 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.info_log: 0x55ff95749380 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:54:57.307 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.db_log_dir: 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi008/store.db 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:54:57.308 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.write_buffer_manager: 0x55ff9574f980 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:54:57.309 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.row_cache: None 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.wal_filter: None 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:54:57.310 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:54:57.311 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Compression algorithms supported: 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: kZSTD supported: 0 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:54:57.312 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.281+0000 7fcb20274880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000001 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.merge_operator: 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:54:57.313 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ff9565fd30) 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache: 0x55ff95694d10 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-21T04:54:57.314 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-21T04:54:57.315 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.num_levels: 7 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:54:57.316 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:54:57.317 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:54:57.318 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:54:57.319 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:54:57.320 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.282+0000 7fcb20274880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.283+0000 7fcb20274880 4 rocksdb: DB pointer 0x55ff9575d800 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.283+0000 7fcb090fb700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.283+0000 7fcb090fb700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:54:57.321 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:54:57.322 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:54:57.323 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.324 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:54:57.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: 2023-12-21T04:54:57.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.285+0000 7fcb20274880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-21T04:54:57.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.285+0000 7fcb20274880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-21T04:54:57.325 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:54:57.285+0000 7fcb20274880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi008 for mon.smithi008 2023-12-21T04:54:57.653 INFO:teuthology.orchestra.run.smithi008.stderr:create mon.smithi008 on 2023-12-21T04:54:57.764 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715.target. 2023-12-21T04:54:57.862 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715.target → /etc/systemd/system/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715.target. 2023-12-21T04:54:58.082 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi008.service: Unit ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi008.service not loaded. 2023-12-21T04:54:58.088 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715.target.wants/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi008.service → /etc/systemd/system/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@.service. 2023-12-21T04:54:58.518 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2023-12-21T04:54:58.526 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-12-21T04:54:58.527 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2023-12-21T04:54:58.527 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:54:58.527 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon to start... 2023-12-21T04:54:58.527 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mon... 2023-12-21T04:54:58.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:54:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: cluster 2023-12-21T04:54:58.537340+0000 mon.smithi008 (mon.0) 1 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2023-12-21T04:54:59.004 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: cluster: 2023-12-21T04:54:59.004 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: id: 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:54:59.004 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-21T04:54:59.004 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:54:59.004 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: services: 2023-12-21T04:54:59.005 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi008 (age 0.447598s) 2023-12-21T04:54:59.005 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-21T04:54:59.005 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-21T04:54:59.005 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:54:59.005 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: data: 2023-12-21T04:54:59.005 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-21T04:54:59.005 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-21T04:54:59.006 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-21T04:54:59.006 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: pgs: 2023-12-21T04:54:59.006 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:54:59.323 INFO:teuthology.orchestra.run.smithi008.stderr:mon is available 2023-12-21T04:54:59.323 INFO:teuthology.orchestra.run.smithi008.stderr:Assimilating anything we can from ceph.conf... 2023-12-21T04:54:59.742 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:54:59.742 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2023-12-21T04:54:59.742 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:54:59.742 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2023-12-21T04:54:59.743 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T04:54:59.743 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T04:54:59.743 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T04:54:59.743 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T04:54:59.743 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:54:59.743 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2023-12-21T04:54:59.744 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T04:54:59.744 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:54:59.744 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2023-12-21T04:54:59.744 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T04:54:59.744 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T04:54:59.769 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:54:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: cluster 2023-12-21T04:54:58.552146+0000 mon.smithi008 (mon.0) 2 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2023-12-21T04:54:59.769 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:54:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: cluster 2023-12-21T04:54:58.552347+0000 mon.smithi008 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} removed_ranks: {} 2023-12-21T04:54:59.769 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:54:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: cluster 2023-12-21T04:54:58.566001+0000 mon.smithi008 (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T04:54:59.769 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:54:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: cluster 2023-12-21T04:54:58.567843+0000 mon.smithi008 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T04:54:59.769 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:54:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: cluster 2023-12-21T04:54:58.568404+0000 mon.smithi008 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T04:54:59.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:54:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: audit 2023-12-21T04:54:58.999695+0000 mon.smithi008 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.8:0/821732720' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-21T04:55:00.090 INFO:teuthology.orchestra.run.smithi008.stderr:Generating new minimal ceph.conf... 2023-12-21T04:55:00.768 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: audit 2023-12-21T04:54:59.737436+0000 mon.smithi008 (mon.0) 8 : audit [INF] from='client.? 172.21.15.8:0/588644521' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:55:00.768 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: audit 2023-12-21T04:54:59.740056+0000 mon.smithi008 (mon.0) 9 : audit [INF] from='client.? 172.21.15.8:0/588644521' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T04:55:00.768 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: audit 2023-12-21T04:55:00.474989+0000 mon.smithi008 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.8:0/3239503401' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:55:00.849 INFO:teuthology.orchestra.run.smithi008.stderr:Restarting the monitor... 2023-12-21T04:55:01.036 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:00 smithi008 systemd[1]: Stopping Ceph mon.smithi008 for 0316fe7c-9fbd-11ee-95a5-87774f69a715... 2023-12-21T04:55:01.036 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:00 smithi008 bash[108033]: Error: no container with name or ID "ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon.smithi008" found: no such container 2023-12-21T04:55:01.036 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: debug 2023-12-21T04:55:01.034+0000 7f6e87a5f700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi008 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T04:55:01.036 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[107712]: debug 2023-12-21T04:55:01.034+0000 7f6e87a5f700 -1 mon.smithi008@0(leader) e1 *** Got Signal Terminated *** 2023-12-21T04:55:01.627 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 bash[108071]: ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008 2023-12-21T04:55:01.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 systemd[1]: ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi008.service: Succeeded. 2023-12-21T04:55:01.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 systemd[1]: Stopped Ceph mon.smithi008 for 0316fe7c-9fbd-11ee-95a5-87774f69a715. 2023-12-21T04:55:01.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 systemd[1]: Starting Ceph mon.smithi008 for 0316fe7c-9fbd-11ee-95a5-87774f69a715... 2023-12-21T04:55:01.942 INFO:teuthology.orchestra.run.smithi008.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-21T04:55:02.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 bash[108188]: ccb9812ce1a7a1178b13eb740ab662af3a123adf38187a199db6fc36c6df6f80 2023-12-21T04:55:02.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.937+0000 7f2546d83880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:55:02.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.937+0000 7f2546d83880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 7 2023-12-21T04:55:02.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.937+0000 7f2546d83880 0 pidfile_write: ignore empty --pid-file 2023-12-21T04:55:02.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 systemd[1]: Started Ceph mon.smithi008 for 0316fe7c-9fbd-11ee-95a5-87774f69a715. 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.941+0000 7f2546d83880 0 load: jerasure load: lrc load: isa 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: DB SUMMARY 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-21T04:55:02.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi008/store.db dir, Total Num: 1, files: 000004.sst 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi008/store.db: 000006.log size: 81680 ; 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.env: 0x55f68ddb5080 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.info_log: 0x55f68f151d20 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:55:02.342 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.db_log_dir: 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi008/store.db 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:55:02.343 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.write_buffer_manager: 0x55f68fda8480 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:55:02.344 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.row_cache: None 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.wal_filter: None 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:55:02.345 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:55:02.346 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Compression algorithms supported: 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: kZSTD supported: 0 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:55:02.347 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:55:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:55:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:55:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:55:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:55:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:55:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000005 2023-12-21T04:55:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.348 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:55:02.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:55:02.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.merge_operator: 2023-12-21T04:55:02.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:55:02.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:55:02.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:55:02.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:55:02.349 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f68f101d28) 2023-12-21T04:55:02.350 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cache_index_and_filter_blocks: 1 2023-12-21T04:55:02.350 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:55:02.350 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:55:02.350 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: pin_top_level_index_and_filter: 1 2023-12-21T04:55:02.350 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: index_type: 0 2023-12-21T04:55:02.350 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: data_block_index_type: 0 2023-12-21T04:55:02.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: index_shortening: 1 2023-12-21T04:55:02.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:55:02.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: hash_index_allow_collision: 1 2023-12-21T04:55:02.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: checksum: 1 2023-12-21T04:55:02.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: no_block_cache: 0 2023-12-21T04:55:02.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: block_cache: 0x55f68f136f10 2023-12-21T04:55:02.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: block_cache_name: BinnedLRUCache 2023-12-21T04:55:02.352 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: block_cache_options: 2023-12-21T04:55:02.352 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: capacity : 536870912 2023-12-21T04:55:02.354 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: num_shard_bits : 4 2023-12-21T04:55:02.354 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: strict_capacity_limit : 0 2023-12-21T04:55:02.354 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: high_pri_pool_ratio: 0.000 2023-12-21T04:55:02.354 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: block_cache_compressed: (nil) 2023-12-21T04:55:02.354 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: persistent_cache: (nil) 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: block_size: 4096 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: block_size_deviation: 10 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: block_restart_interval: 16 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: index_block_restart_interval: 1 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: metadata_block_size: 4096 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: partition_filters: 0 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: use_delta_encoding: 1 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: whole_key_filtering: 1 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: verify_compression: 0 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: read_amp_bytes_per_bit: 0 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: format_version: 2 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: enable_index_compression: 1 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: block_align: 0 2023-12-21T04:55:02.355 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.num_levels: 7 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:55:02.356 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:55:02.357 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:55:02.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:55:02.359 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.942+0000 7f2546d83880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.943+0000 7f2546d83880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi008/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.943+0000 7f2546d83880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.943+0000 7f2546d83880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134501944389, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-21T04:55:02.360 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.943+0000 7f2546d83880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.944+0000 7f2546d83880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.945+0000 7f2546d83880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134501945646, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78683, "table_properties": {"data_size": 76977, "index_size": 311, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9283, "raw_average_key_size": 47, "raw_value_size": 71547, "raw_average_value_size": 366, "num_data_blocks": 10, "num_entries": 195, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703134501, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.945+0000 7f2546d83880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.945+0000 7f2546d83880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703134501946239, "job": 1, "event": "recovery_finished"} 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.946+0000 7f2546d83880 4 rocksdb: DB pointer 0x55f68f1ff800 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.946+0000 7f252db89700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.946+0000 7f252db89700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ** DB Stats ** 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:55:02.361 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ** Compaction Stats [default] ** 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: L0 2/0 78.53 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.2 0.00 0.00 1 0.001 0 0 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Sum 2/0 78.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.2 0.00 0.00 1 0.001 0 0 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.2 0.00 0.00 1 0.001 0 0 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ** Compaction Stats [default] ** 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.2 0.00 0.00 1 0.001 0 0 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:55:02.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Cumulative compaction: 0.00 GB write, 18.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Interval compaction: 0.00 GB write, 18.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ** Compaction Stats [default] ** 2023-12-21T04:55:02.363 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: L0 2/0 78.53 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.2 0.00 0.00 1 0.001 0 0 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Sum 2/0 78.53 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 91.2 0.00 0.00 1 0.001 0 0 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ** Compaction Stats [default] ** 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:55:02.364 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 91.2 0.00 0.00 1 0.001 0 0 2023-12-21T04:55:02.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:55:02.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:55:02.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:55:02.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:55:02.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:55:02.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:55:02.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Cumulative compaction: 0.00 GB write, 18.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:55:02.365 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.947+0000 7f2546d83880 0 starting mon.smithi008 rank 0 at public addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] at bind addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi008 fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.949+0000 7f2546d83880 1 mon.smithi008@-1(???) e1 preinit fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.949+0000 7f2546d83880 0 mon.smithi008@-1(???).mds e1 new map 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.949+0000 7f2546d83880 0 mon.smithi008@-1(???).mds e1 print_map 2023-12-21T04:55:02.366 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: e1 2023-12-21T04:55:02.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T04:55:02.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-21T04:55:02.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: legacy client fscid: -1 2023-12-21T04:55:02.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: No filesystems configured 2023-12-21T04:55:02.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 2023-12-21T04:55:02.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.949+0000 7f2546d83880 0 mon.smithi008@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T04:55:02.367 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.949+0000 7f2546d83880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:55:02.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.949+0000 7f2546d83880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:55:02.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.949+0000 7f2546d83880 0 mon.smithi008@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:55:02.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:54:59.737436+0000 mon.smithi008 (mon.0) 8 : audit [INF] from='client.? 172.21.15.8:0/588644521' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:55:02.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:54:59.740056+0000 mon.smithi008 (mon.0) 9 : audit [INF] from='client.? 172.21.15.8:0/588644521' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T04:55:02.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:00.474989+0000 mon.smithi008 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.8:0/3239503401' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:55:02.368 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:55:01.950+0000 7f2546d83880 1 mon.smithi008@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-21T04:55:02.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:01.968302+0000 mon.smithi008 (mon.0) 1 : cluster [INF] mon.smithi008 is new leader, mons smithi008 in quorum (ranks 0) 2023-12-21T04:55:02.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:01.968392+0000 mon.smithi008 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} removed_ranks: {} 2023-12-21T04:55:02.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:01.968816+0000 mon.smithi008 (mon.0) 3 : cluster [DBG] fsmap 2023-12-21T04:55:02.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:01.968856+0000 mon.smithi008 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T04:55:02.369 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:01.969208+0000 mon.smithi008 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T04:55:02.716 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-21T04:55:02.716 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:55:02.716 INFO:teuthology.orchestra.run.smithi008.stderr:Creating mgr... 2023-12-21T04:55:02.716 INFO:teuthology.orchestra.run.smithi008.stderr:Verifying port 9283 ... 2023-12-21T04:55:02.855 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Failed to reset failed state of unit ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mgr.smithi008.jfvsle.service: Unit ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mgr.smithi008.jfvsle.service not loaded. 2023-12-21T04:55:02.861 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715.target.wants/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mgr.smithi008.jfvsle.service → /etc/systemd/system/ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@.service. 2023-12-21T04:55:03.384 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2023-12-21T04:55:03.392 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-12-21T04:55:03.393 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2023-12-21T04:55:03.393 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:55:03.401 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2023-12-21T04:55:03.410 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-12-21T04:55:03.411 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2023-12-21T04:55:03.411 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-21T04:55:03.411 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr to start... 2023-12-21T04:55:03.412 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr... 2023-12-21T04:55:03.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:02.335472+0000 mon.smithi008 (mon.0) 6 : audit [INF] from='client.? 172.21.15.8:0/1297694404' entity='client.admin' 2023-12-21T04:55:03.824 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "0316fe7c-9fbd-11ee-95a5-87774f69a715", 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:03.825 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:55:03.826 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:55:03.830 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:03.831 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:55:03.832 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:03.832 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:54:58.564931+0000", 2023-12-21T04:55:03.832 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:55:03.832 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:03.832 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:55:03.832 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-12-21T04:55:04.119 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (1/15)... 2023-12-21T04:55:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:03.821155+0000 mon.smithi008 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.8:0/2403728489' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:55:06.546 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:55:06.546 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "0316fe7c-9fbd-11ee-95a5-87774f69a715", 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2023-12-21T04:55:06.547 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:55:06.548 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:55:06.552 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": false, 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:55:06.553 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:54:58.564931+0000", 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:55:06.554 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-12-21T04:55:06.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:06.543165+0000 mon.smithi008 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.8:0/619733660' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:55:06.931 INFO:teuthology.orchestra.run.smithi008.stderr:mgr not available, waiting (2/15)... 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:08.999669+0000 mon.smithi008 (mon.0) 9 : cluster [INF] Activating manager daemon smithi008.jfvsle 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:09.002204+0000 mon.smithi008 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi008.jfvsle(active, starting, since 0.00263885s) 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.003013+0000 mon.smithi008 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.003228+0000 mon.smithi008 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.003418+0000 mon.smithi008 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.003595+0000 mon.smithi008 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.003990+0000 mon.smithi008 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr metadata", "who": "smithi008.jfvsle", "id": "smithi008.jfvsle"}]: dispatch 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:09.005869+0000 mon.smithi008 (mon.0) 16 : cluster [INF] Manager daemon smithi008.jfvsle is now available 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.014163+0000 mon.smithi008 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:09.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.020033+0000 mon.smithi008 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.jfvsle/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:55:09.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.022734+0000 mon.smithi008 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.jfvsle/trash_purge_schedule"}]: dispatch 2023-12-21T04:55:09.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.025736+0000 mon.smithi008 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:09.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:09.027340+0000 mon.smithi008 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.8:0/3340140187' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsid": "0316fe7c-9fbd-11ee-95a5-87774f69a715", 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:55:10.898 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 0 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "smithi008" 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:55:10.899 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:10.900 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ], 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:55:10.901 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:10.902 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:55:10.902 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:55:10.902 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:54:58.564931+0000", 2023-12-21T04:55:10.902 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:55:10.902 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: }, 2023-12-21T04:55:10.902 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:55:10.902 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-12-21T04:55:11.218 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:10.005720+0000 mon.smithi008 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi008.jfvsle(active, since 1.00615s) 2023-12-21T04:55:11.218 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:10.890062+0000 mon.smithi008 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.8:0/383831502' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:55:11.322 INFO:teuthology.orchestra.run.smithi008.stderr:mgr is available 2023-12-21T04:55:11.820 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [global] 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: fsid = 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [mgr] 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: [osd] 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T04:55:11.821 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T04:55:12.164 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling cephadm module... 2023-12-21T04:55:12.243 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:11.818572+0000 mon.smithi008 (mon.0) 24 : audit [INF] from='client.? 172.21.15.8:0/3202575348' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:55:13.256 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:12.005940+0000 mon.smithi008 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi008.jfvsle(active, since 3s) 2023-12-21T04:55:13.256 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:12.729268+0000 mon.smithi008 (mon.0) 26 : audit [INF] from='client.? 172.21.15.8:0/3282503215' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-21T04:55:13.955 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-12-21T04:55:13.955 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-21T04:55:13.955 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:55:13.955 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "smithi008.jfvsle", 2023-12-21T04:55:13.956 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T04:55:13.956 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-12-21T04:55:14.249 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:13.008884+0000 mon.smithi008 (mon.0) 27 : audit [INF] from='client.? 172.21.15.8:0/3282503215' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-21T04:55:14.249 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:13.008939+0000 mon.smithi008 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi008.jfvsle(active, since 4s) 2023-12-21T04:55:14.249 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:13.954641+0000 mon.smithi008 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.8:0/3504990031' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T04:55:14.305 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2023-12-21T04:55:14.305 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 5... 2023-12-21T04:55:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:18.635436+0000 mon.smithi008 (mon.0) 30 : cluster [INF] Active manager daemon smithi008.jfvsle restarted 2023-12-21T04:55:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:18.635670+0000 mon.smithi008 (mon.0) 31 : cluster [INF] Activating manager daemon smithi008.jfvsle 2023-12-21T04:55:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:18.638215+0000 mon.smithi008 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-21T04:55:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:18.638313+0000 mon.smithi008 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi008.jfvsle(active, starting, since 0.00272902s) 2023-12-21T04:55:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.639107+0000 mon.smithi008 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-12-21T04:55:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.639790+0000 mon.smithi008 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr metadata", "who": "smithi008.jfvsle", "id": "smithi008.jfvsle"}]: dispatch 2023-12-21T04:55:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.640516+0000 mon.smithi008 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:55:19.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.640707+0000 mon.smithi008 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:55:19.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.640863+0000 mon.smithi008 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:55:19.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:18.642827+0000 mon.smithi008 (mon.0) 39 : cluster [INF] Manager daemon smithi008.jfvsle is now available 2023-12-21T04:55:19.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.655227+0000 mon.smithi008 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:19.648 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-12-21T04:55:19.648 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-21T04:55:19.648 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T04:55:19.648 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-12-21T04:55:19.989 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 5 is available 2023-12-21T04:55:19.989 INFO:teuthology.orchestra.run.smithi008.stderr:Setting orchestrator backend to cephadm... 2023-12-21T04:55:20.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:18.652810+0000 mgr.smithi008.jfvsle (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-21T04:55:20.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.746559+0000 mon.smithi008 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:20.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.747664+0000 mon.smithi008 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:20.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.749458+0000 mon.smithi008 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:20.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.751328+0000 mon.smithi008 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:20.076 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.765684+0000 mon.smithi008 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.jfvsle/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:55:20.077 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:18.767919+0000 mon.smithi008 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.jfvsle/trash_purge_schedule"}]: dispatch 2023-12-21T04:55:20.077 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:19.640967+0000 mon.smithi008 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi008.jfvsle(active, since 1.00538s) 2023-12-21T04:55:20.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:19.640217+0000 mgr.smithi008.jfvsle (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T04:55:20.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:19.647420+0000 mgr.smithi008.jfvsle (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T04:55:20.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:20.518918+0000 mon.smithi008 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:20.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:20.575325+0000 mon.smithi008 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:21.354 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: value unchanged 2023-12-21T04:55:22.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:20.514993+0000 mgr.smithi008.jfvsle (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:22.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:21.519955+0000 mon.smithi008 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi008.jfvsle(active, since 2s) 2023-12-21T04:55:22.962 INFO:teuthology.orchestra.run.smithi008.stderr:Generating ssh key... 2023-12-21T04:55:23.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:21.354332+0000 mgr.smithi008.jfvsle (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:26.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:24.667243+0000 mgr.smithi008.jfvsle (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:26.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:24.667471+0000 mgr.smithi008.jfvsle (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-21T04:55:26.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:24.866566+0000 mon.smithi008 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:26.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:24.868218+0000 mon.smithi008 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:28.211 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwUoEHqPMcLQyos23DDAJxiap4/MpzCEjf+zLhe/3ETRhFxY8ZVQ+ZBEWhjGrsTvomlo9Ir0kBZ9I745XgkVY4JxVjt/kqBS/4eBPXCeyiAgeNW+2I/ts/3FKL377/EUPFPp3XFqTat5agkFJ6a4paxHMc1vhJ2XKa5nFPbCJ+t7LqwDksG+6bifbJErcvUlp+Far25uuCgPEbtl/tzj8zdpFNIlb+SUY8AwPk80bQwpBUXUcCmRRi3aSv/yKIdjxhkS8NAZW+Su60f/7ZQO8dDfblia9G2038qItFv+RZesniuME1fFvSdq7kp3/fD4jtV5aGPtctip7w1AtNmRFSZGNxL404bhXVZ3fQ4c9j3Zzu+cH9ucYQdwBxtJfUvZxR1rfCkAzk1g8raUC3y5ei8Md5PzoNOzAv4Gznh5cX32E/+eBbNjyDkxxRW+vnnkFhGMFV3Cxci3xT9rxu5BUhA2QFsZeiGcaZ05TvFNSY24+lsAsAG4yikQx65lXvnM= ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:55:29.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:28.211087+0000 mgr.smithi008.jfvsle (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:29.979 INFO:teuthology.orchestra.run.smithi008.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:55:29.979 INFO:teuthology.orchestra.run.smithi008.stderr:Adding key to root@localhost authorized_keys... 2023-12-21T04:55:29.980 INFO:teuthology.orchestra.run.smithi008.stderr:Adding host smithi008... 2023-12-21T04:55:31.140 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Added host 'smithi008' with addr '172.21.15.8' 2023-12-21T04:55:31.397 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:30.515455+0000 mgr.smithi008.jfvsle (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi008", "addr": "172.21.15.8", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:31.441 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying mon service with default placement... 2023-12-21T04:55:31.981 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-21T04:55:32.280 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:31.138061+0000 mon.smithi008 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:32.280 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:31.138354+0000 mgr.smithi008.jfvsle (mgr.14116) 10 : cephadm [INF] Added host smithi008 2023-12-21T04:55:32.280 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:31.163736+0000 mon.smithi008 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:32.281 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:31.977741+0000 mgr.smithi008.jfvsle (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:32.281 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:31.978955+0000 mgr.smithi008.jfvsle (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-21T04:55:32.281 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:31.980786+0000 mon.smithi008 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:32.569 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying mgr service with default placement... 2023-12-21T04:55:33.262 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-21T04:55:33.564 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying crash service with default placement... 2023-12-21T04:55:34.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:33.009733+0000 mon.smithi008 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:34.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:33.251320+0000 mon.smithi008 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:34.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:33.261924+0000 mon.smithi008 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:34.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:34.006715+0000 mon.smithi008 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:34.362 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-21T04:55:34.743 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying prometheus service with default placement... 2023-12-21T04:55:35.189 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:33.258187+0000 mgr.smithi008.jfvsle (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:35.189 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:33.258976+0000 mgr.smithi008.jfvsle (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-21T04:55:35.189 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:34.362281+0000 mon.smithi008 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:35.363 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-21T04:55:35.703 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying grafana service with default placement... 2023-12-21T04:55:36.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:34.359025+0000 mgr.smithi008.jfvsle (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:36.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:34.360002+0000 mgr.smithi008.jfvsle (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-21T04:55:36.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:35.363006+0000 mon.smithi008 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:36.226 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-21T04:55:36.561 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying node-exporter service with default placement... 2023-12-21T04:55:37.056 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-21T04:55:37.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:35.360062+0000 mgr.smithi008.jfvsle (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:37.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:35.360917+0000 mgr.smithi008.jfvsle (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-21T04:55:37.296 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:36.225683+0000 mon.smithi008 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:37.386 INFO:teuthology.orchestra.run.smithi008.stderr:Deploying alertmanager service with default placement... 2023-12-21T04:55:37.897 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-21T04:55:38.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:36.222619+0000 mgr.smithi008.jfvsle (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:38.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:36.223418+0000 mgr.smithi008.jfvsle (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-21T04:55:38.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:37.055937+0000 mon.smithi008 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:38.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:37.897121+0000 mon.smithi008 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.8:0/1197549643' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:39.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:37.053277+0000 mgr.smithi008.jfvsle (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:39.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:37.054096+0000 mgr.smithi008.jfvsle (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-21T04:55:39.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:37.894003+0000 mgr.smithi008.jfvsle (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:39.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:37.894815+0000 mgr.smithi008.jfvsle (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-21T04:55:39.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:38.748405+0000 mon.smithi008 (mon.0) 65 : audit [INF] from='client.? 172.21.15.8:0/4243266117' entity='client.admin' 2023-12-21T04:55:39.918 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling the dashboard module... 2023-12-21T04:55:40.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:38.641861+0000 mgr.smithi008.jfvsle (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:55:40.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:39.577007+0000 mon.smithi008 (mon.0) 66 : audit [INF] from='client.? 172.21.15.8:0/3339532041' entity='client.admin' 2023-12-21T04:55:41.271 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:40.464051+0000 mon.smithi008 (mon.0) 67 : audit [INF] from='client.? 172.21.15.8:0/1795188664' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-21T04:55:41.938 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-12-21T04:55:41.938 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-21T04:55:41.938 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:55:41.938 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "active_name": "smithi008.jfvsle", 2023-12-21T04:55:41.938 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T04:55:41.938 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-12-21T04:55:42.268 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for the mgr to restart... 2023-12-21T04:55:42.269 INFO:teuthology.orchestra.run.smithi008.stderr:Waiting for mgr epoch 9... 2023-12-21T04:55:42.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:41.017450+0000 mon.smithi008 (mon.0) 68 : audit [INF] from='client.? 172.21.15.8:0/1795188664' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-21T04:55:42.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:41.017542+0000 mon.smithi008 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi008.jfvsle(active, since 22s) 2023-12-21T04:55:42.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:41.936650+0000 mon.smithi008 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.8:0/3094042939' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T04:55:46.893 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:46.652540+0000 mon.smithi008 (mon.0) 71 : cluster [INF] Active manager daemon smithi008.jfvsle restarted 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:46.652768+0000 mon.smithi008 (mon.0) 72 : cluster [INF] Activating manager daemon smithi008.jfvsle 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:46.655674+0000 mon.smithi008 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:46.655786+0000 mon.smithi008 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi008.jfvsle(active, starting, since 0.0031048s) 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.656827+0000 mon.smithi008 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.657432+0000 mon.smithi008 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr metadata", "who": "smithi008.jfvsle", "id": "smithi008.jfvsle"}]: dispatch 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.658217+0000 mon.smithi008 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.658466+0000 mon.smithi008 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.658710+0000 mon.smithi008 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:55:46.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:46.672105+0000 mon.smithi008 (mon.0) 80 : cluster [INF] Manager daemon smithi008.jfvsle is now available 2023-12-21T04:55:47.664 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: { 2023-12-21T04:55:47.664 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-21T04:55:47.664 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T04:55:47.664 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: } 2023-12-21T04:55:47.833 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.773539+0000 mon.smithi008 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:47.833 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.774936+0000 mon.smithi008 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:47.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.799454+0000 mon.smithi008 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.jfvsle/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:55:47.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:46.803107+0000 mon.smithi008 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.jfvsle/trash_purge_schedule"}]: dispatch 2023-12-21T04:55:47.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:47.622775+0000 mon.smithi008 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:47.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:47.657967+0000 mon.smithi008 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi008.jfvsle(active, since 1.00528s) 2023-12-21T04:55:48.051 INFO:teuthology.orchestra.run.smithi008.stderr:mgr epoch 9 is available 2023-12-21T04:55:48.051 INFO:teuthology.orchestra.run.smithi008.stderr:Generating a dashboard self-signed certificate... 2023-12-21T04:55:48.647 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-21T04:55:48.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:47.657394+0000 mgr.smithi008.jfvsle (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T04:55:48.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:47.663753+0000 mgr.smithi008.jfvsle (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T04:55:48.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:48.645143+0000 mon.smithi008 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:48.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:48.646824+0000 mon.smithi008 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:48.983 INFO:teuthology.orchestra.run.smithi008.stderr:Creating initial admin user... 2023-12-21T04:55:49.747 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$rY0cdeE3wMHAZfgOwnfXae1i0WfSCizcXtoSYOVavr.49incgp7ee", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703134549, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-21T04:55:50.019 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:48.559296+0000 mgr.smithi008.jfvsle (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:55:50.019 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:49.648859+0000 mon.smithi008 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi008.jfvsle(active, since 2s) 2023-12-21T04:55:50.100 INFO:teuthology.orchestra.run.smithi008.stderr:Fetching dashboard port number... 2023-12-21T04:55:50.602 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: 8443 2023-12-21T04:55:50.942 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: disabled 2023-12-21T04:55:50.950 INFO:teuthology.orchestra.run.smithi008.stderr:systemctl: inactive 2023-12-21T04:55:50.951 INFO:teuthology.orchestra.run.smithi008.stderr:firewalld.service is not enabled 2023-12-21T04:55:50.951 INFO:teuthology.orchestra.run.smithi008.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-21T04:55:50.953 INFO:teuthology.orchestra.run.smithi008.stderr:Ceph Dashboard is now available at: 2023-12-21T04:55:50.953 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:50.953 INFO:teuthology.orchestra.run.smithi008.stderr: URL: https://smithi008.front.sepia.ceph.com:8443/ 2023-12-21T04:55:50.954 INFO:teuthology.orchestra.run.smithi008.stderr: User: admin 2023-12-21T04:55:50.954 INFO:teuthology.orchestra.run.smithi008.stderr: Password: 1lvg8rgia7 2023-12-21T04:55:50.954 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:50.954 INFO:teuthology.orchestra.run.smithi008.stderr:Enabling autotune for osd_memory_target 2023-12-21T04:55:51.039 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:49.502590+0000 mgr.smithi008.jfvsle (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 2023-12-21T04:55:51.039 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:49.746858+0000 mon.smithi008 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:51.039 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:50.602191+0000 mon.smithi008 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.8:0/87327302' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-21T04:55:52.369 INFO:teuthology.orchestra.run.smithi008.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-21T04:55:52.700 INFO:teuthology.orchestra.run.smithi008.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-21T04:55:52.700 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:52.700 INFO:teuthology.orchestra.run.smithi008.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:55:52.700 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:52.700 INFO:teuthology.orchestra.run.smithi008.stderr:Or, if you are only running a single cluster on this host: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: ceph telemetry on 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr:For more information see: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T04:55:52.701 INFO:teuthology.orchestra.run.smithi008.stderr:Bootstrap complete. 2023-12-21T04:55:52.736 INFO:tasks.cephadm:Fetching config... 2023-12-21T04:55:52.736 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:55:52.736 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-21T04:55:52.756 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-21T04:55:52.756 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:55:52.756 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-21T04:55:52.815 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-21T04:55:52.815 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:55:52.815 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/keyring of=/dev/stdout 2023-12-21T04:55:52.887 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-21T04:55:52.887 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:55:52.887 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-21T04:55:52.946 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-21T04:55:52.946 DEBUG:teuthology.orchestra.run.smithi008:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwUoEHqPMcLQyos23DDAJxiap4/MpzCEjf+zLhe/3ETRhFxY8ZVQ+ZBEWhjGrsTvomlo9Ir0kBZ9I745XgkVY4JxVjt/kqBS/4eBPXCeyiAgeNW+2I/ts/3FKL377/EUPFPp3XFqTat5agkFJ6a4paxHMc1vhJ2XKa5nFPbCJ+t7LqwDksG+6bifbJErcvUlp+Far25uuCgPEbtl/tzj8zdpFNIlb+SUY8AwPk80bQwpBUXUcCmRRi3aSv/yKIdjxhkS8NAZW+Su60f/7ZQO8dDfblia9G2038qItFv+RZesniuME1fFvSdq7kp3/fD4jtV5aGPtctip7w1AtNmRFSZGNxL404bhXVZ3fQ4c9j3Zzu+cH9ucYQdwBxtJfUvZxR1rfCkAzk1g8raUC3y5ei8Md5PzoNOzAv4Gznh5cX32E/+eBbNjyDkxxRW+vnnkFhGMFV3Cxci3xT9rxu5BUhA2QFsZeiGcaZ05TvFNSY24+lsAsAG4yikQx65lXvnM= ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:55:53.023 INFO:teuthology.orchestra.run.smithi008.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwUoEHqPMcLQyos23DDAJxiap4/MpzCEjf+zLhe/3ETRhFxY8ZVQ+ZBEWhjGrsTvomlo9Ir0kBZ9I745XgkVY4JxVjt/kqBS/4eBPXCeyiAgeNW+2I/ts/3FKL377/EUPFPp3XFqTat5agkFJ6a4paxHMc1vhJ2XKa5nFPbCJ+t7LqwDksG+6bifbJErcvUlp+Far25uuCgPEbtl/tzj8zdpFNIlb+SUY8AwPk80bQwpBUXUcCmRRi3aSv/yKIdjxhkS8NAZW+Su60f/7ZQO8dDfblia9G2038qItFv+RZesniuME1fFvSdq7kp3/fD4jtV5aGPtctip7w1AtNmRFSZGNxL404bhXVZ3fQ4c9j3Zzu+cH9ucYQdwBxtJfUvZxR1rfCkAzk1g8raUC3y5ei8Md5PzoNOzAv4Gznh5cX32E/+eBbNjyDkxxRW+vnnkFhGMFV3Cxci3xT9rxu5BUhA2QFsZeiGcaZ05TvFNSY24+lsAsAG4yikQx65lXvnM= ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:55:53.035 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwUoEHqPMcLQyos23DDAJxiap4/MpzCEjf+zLhe/3ETRhFxY8ZVQ+ZBEWhjGrsTvomlo9Ir0kBZ9I745XgkVY4JxVjt/kqBS/4eBPXCeyiAgeNW+2I/ts/3FKL377/EUPFPp3XFqTat5agkFJ6a4paxHMc1vhJ2XKa5nFPbCJ+t7LqwDksG+6bifbJErcvUlp+Far25uuCgPEbtl/tzj8zdpFNIlb+SUY8AwPk80bQwpBUXUcCmRRi3aSv/yKIdjxhkS8NAZW+Su60f/7ZQO8dDfblia9G2038qItFv+RZesniuME1fFvSdq7kp3/fD4jtV5aGPtctip7w1AtNmRFSZGNxL404bhXVZ3fQ4c9j3Zzu+cH9ucYQdwBxtJfUvZxR1rfCkAzk1g8raUC3y5ei8Md5PzoNOzAv4Gznh5cX32E/+eBbNjyDkxxRW+vnnkFhGMFV3Cxci3xT9rxu5BUhA2QFsZeiGcaZ05TvFNSY24+lsAsAG4yikQx65lXvnM= ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:55:53.081 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIwUoEHqPMcLQyos23DDAJxiap4/MpzCEjf+zLhe/3ETRhFxY8ZVQ+ZBEWhjGrsTvomlo9Ir0kBZ9I745XgkVY4JxVjt/kqBS/4eBPXCeyiAgeNW+2I/ts/3FKL377/EUPFPp3XFqTat5agkFJ6a4paxHMc1vhJ2XKa5nFPbCJ+t7LqwDksG+6bifbJErcvUlp+Far25uuCgPEbtl/tzj8zdpFNIlb+SUY8AwPk80bQwpBUXUcCmRRi3aSv/yKIdjxhkS8NAZW+Su60f/7ZQO8dDfblia9G2038qItFv+RZesniuME1fFvSdq7kp3/fD4jtV5aGPtctip7w1AtNmRFSZGNxL404bhXVZ3fQ4c9j3Zzu+cH9ucYQdwBxtJfUvZxR1rfCkAzk1g8raUC3y5ei8Md5PzoNOzAv4Gznh5cX32E/+eBbNjyDkxxRW+vnnkFhGMFV3Cxci3xT9rxu5BUhA2QFsZeiGcaZ05TvFNSY24+lsAsAG4yikQx65lXvnM= ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:55:53.093 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-21T04:55:53.630 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:52.365853+0000 mon.smithi008 (mon.0) 92 : audit [INF] from='client.? 172.21.15.8:0/115269555' entity='client.admin' 2023-12-21T04:55:54.386 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:55:53.369712+0000 mon.smithi008 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi008.jfvsle(active, since 6s) 2023-12-21T04:55:54.924 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-21T04:55:54.924 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-21T04:55:55.752 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:54.561207+0000 mon.smithi008 (mon.0) 94 : audit [INF] from='client.? 172.21.15.8:0/2497721441' entity='client.admin' 2023-12-21T04:55:56.693 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2023-12-21T04:55:56.693 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:55:56.693 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2023-12-21T04:55:56.715 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:55:56.715 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:55:56.777 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2023-12-21T04:55:56.778 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch host add smithi190 2023-12-21T04:55:57.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:55.849948+0000 mon.smithi008 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:57.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:56.244122+0000 mon.smithi008 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:55:57.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:56.247244+0000 mon.smithi008 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:57.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:56.361165+0000 mon.smithi008 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:55:58.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:55:56.255573+0000 mgr.smithi008.jfvsle (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi008 on smithi008 2023-12-21T04:55:58.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:55:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:55:56.358745+0000 mgr.smithi008.jfvsle (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 2023-12-21T04:56:02.863 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:01.838767+0000 mon.smithi008 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:02.863 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:01.840367+0000 mon.smithi008 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:56:02.863 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:01.841916+0000 mon.smithi008 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T04:56:02.863 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:01.842505+0000 mon.smithi008 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:02.863 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:01.843037+0000 mgr.smithi008.jfvsle (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi008 on smithi008 2023-12-21T04:56:04.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:03.365271+0000 mon.smithi008 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:04.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:03.444226+0000 mon.smithi008 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:04.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:03.446032+0000 mon.smithi008 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:04.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:03.447977+0000 mon.smithi008 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T04:56:04.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:03.448319+0000 mgr.smithi008.jfvsle (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T04:56:04.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:03.450709+0000 mon.smithi008 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:04.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:03.458527+0000 mgr.smithi008.jfvsle (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi008 on smithi008 2023-12-21T04:56:08.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:06.659333+0000 mgr.smithi008.jfvsle (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:08.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:06.793589+0000 mon.smithi008 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:10.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:08.659567+0000 mgr.smithi008.jfvsle (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:12.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:10.659811+0000 mgr.smithi008.jfvsle (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:14.244 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:12.660106+0000 mgr.smithi008.jfvsle (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:15.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:13.994969+0000 mon.smithi008 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:15.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:13.997217+0000 mgr.smithi008.jfvsle (mgr.14156) 14 : cephadm [INF] Deploying daemon node-exporter.smithi008 on smithi008 2023-12-21T04:56:16.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:14.660388+0000 mgr.smithi008.jfvsle (mgr.14156) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:17.788 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:16.527455+0000 mon.smithi008 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:17.788 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:16.529561+0000 mon.smithi008 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-21T04:56:17.788 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:16.660753+0000 mgr.smithi008.jfvsle (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:17.788 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:16.797007+0000 mon.smithi008 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:18.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:17.532269+0000 mon.smithi008 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.8:0/4277840144' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-21T04:56:18.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:17.532357+0000 mon.smithi008 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi008.jfvsle(active, since 30s) 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:23.116569+0000 mon.smithi008 (mon.0) 115 : cluster [INF] Active manager daemon smithi008.jfvsle restarted 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:23.116862+0000 mon.smithi008 (mon.0) 116 : cluster [INF] Activating manager daemon smithi008.jfvsle 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:23.119652+0000 mon.smithi008 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:23.119769+0000 mon.smithi008 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi008.jfvsle(active, starting, since 0.00300264s) 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.120385+0000 mon.smithi008 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.121044+0000 mon.smithi008 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr metadata", "who": "smithi008.jfvsle", "id": "smithi008.jfvsle"}]: dispatch 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.121708+0000 mon.smithi008 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.121852+0000 mon.smithi008 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.121979+0000 mon.smithi008 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:56:23.358 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:23.136247+0000 mon.smithi008 (mon.0) 124 : cluster [INF] Manager daemon smithi008.jfvsle is now available 2023-12-21T04:56:24.328 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.238227+0000 mon.smithi008 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:24.328 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.239774+0000 mon.smithi008 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:24.329 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.263938+0000 mon.smithi008 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:24.329 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.275610+0000 mon.smithi008 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.jfvsle/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:56:24.329 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:23.278840+0000 mon.smithi008 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi008.jfvsle/trash_purge_schedule"}]: dispatch 2023-12-21T04:56:24.329 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:24.121935+0000 mon.smithi008 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi008.jfvsle(active, since 1.00517s) 2023-12-21T04:56:26.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:25.171387+0000 mon.smithi008 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi008.jfvsle(active, since 2s) 2023-12-21T04:56:26.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:25.220026+0000 mon.smithi008 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:25.510907+0000 mon.smithi008 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:25.511716+0000 mon.smithi008 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:25.512274+0000 mon.smithi008 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:56:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:25.513305+0000 mgr.smithi008.jfvsle (mgr.14180) 1 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2023-12-21T04:56:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:25.546671+0000 mgr.smithi008.jfvsle (mgr.14180) 2 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:56:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:25.575046+0000 mon.smithi008 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:25.577261+0000 mon.smithi008 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:27.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:25.588740+0000 mgr.smithi008.jfvsle (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi008 on smithi008 2023-12-21T04:56:30.700 INFO:teuthology.orchestra.run.smithi190.stdout:Added host 'smithi190' with addr '172.21.15.190' 2023-12-21T04:56:30.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:30.072308+0000 mgr.smithi008.jfvsle (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:56:31.053 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-21T04:56:31.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:30.698455+0000 mon.smithi008 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:31.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:30.698844+0000 mgr.smithi008.jfvsle (mgr.14180) 5 : cephadm [INF] Added host smithi190 2023-12-21T04:56:32.404 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:56:32.404 INFO:teuthology.orchestra.run.smithi190.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.190", "hostname": "smithi190", "labels": [], "status": ""}] 2023-12-21T04:56:32.793 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-21T04:56:32.793 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-21T04:56:33.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:31.914357+0000 mon.smithi008 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:33.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:31.915581+0000 mon.smithi008 (mon.0) 140 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:33.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:32.346268+0000 mon.smithi008 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:33.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:32.403368+0000 mgr.smithi008.jfvsle (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:33.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:32.758692+0000 mon.smithi008 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:34.504 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:33.265903+0000 mon.smithi008 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:35.271 INFO:teuthology.orchestra.run.smithi008.stderr:adjusted tunables profile to default 2023-12-21T04:56:35.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:34.890597+0000 mon.smithi008 (mon.0) 144 : audit [INF] from='client.? 172.21.15.8:0/1337628535' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-21T04:56:35.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:34.908397+0000 mon.smithi008 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:35.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:35.215785+0000 mon.smithi008 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:35.470 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:35.216438+0000 mon.smithi008 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:35.667 INFO:tasks.cephadm:Adding mon.smithi008 on smithi008 2023-12-21T04:56:35.667 INFO:tasks.cephadm:Adding mon.smithi190 on smithi190 2023-12-21T04:56:35.667 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi008:172.21.15.8=smithi008;smithi190:172.21.15.190=smithi190' 2023-12-21T04:56:36.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:35.268565+0000 mon.smithi008 (mon.0) 148 : audit [INF] from='client.? 172.21.15.8:0/1337628535' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-21T04:56:36.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:35.268607+0000 mon.smithi008 (mon.0) 149 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:56:36.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:35.836045+0000 mon.smithi008 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:36.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:35.836792+0000 mon.smithi008 (mon.0) 151 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:36.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:35.837436+0000 mon.smithi008 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:56:37.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:35.838381+0000 mgr.smithi008.jfvsle (mgr.14180) 7 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2023-12-21T04:56:37.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:36.252943+0000 mgr.smithi008.jfvsle (mgr.14180) 8 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:56:37.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:36.395911+0000 mon.smithi008 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:37.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:36.398535+0000 mon.smithi008 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:37.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:36.400496+0000 mon.smithi008 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:56:37.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:36.402388+0000 mon.smithi008 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T04:56:37.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:36.403318+0000 mon.smithi008 (mon.0) 157 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:37.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:36.404057+0000 mgr.smithi008.jfvsle (mgr.14180) 9 : cephadm [INF] Deploying daemon crash.smithi190 on smithi190 2023-12-21T04:56:38.748 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2023-12-21T04:56:39.095 DEBUG:teuthology.orchestra.run.smithi190:mon.smithi190> sudo journalctl -f -n 0 -u ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi190.service 2023-12-21T04:56:39.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:56:39.097 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:56:39.127 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:-- Logs begin at Thu 2023-12-21 04:46:01 UTC. -- 2023-12-21T04:56:40.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:38.742540+0000 mgr.smithi008.jfvsle (mgr.14180) 10 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi008:172.21.15.8=smithi008;smithi190:172.21.15.190=smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:56:40.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:38.744817+0000 mgr.smithi008.jfvsle (mgr.14180) 11 : cephadm [INF] Saving service mon spec with placement smithi008:172.21.15.8=smithi008;smithi190:172.21.15.190=smithi190;count:2 2023-12-21T04:56:40.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:38.747763+0000 mon.smithi008 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:40.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:39.412104+0000 mon.smithi008 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:40.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:39.414617+0000 mon.smithi008 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.kwqfdz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:56:40.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:39.416575+0000 mon.smithi008 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.kwqfdz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-21T04:56:40.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:39.417444+0000 mon.smithi008 (mon.0) 162 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:56:40.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:39.418374+0000 mon.smithi008 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:40.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:39.419175+0000 mgr.smithi008.jfvsle (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi190.kwqfdz on smithi190 2023-12-21T04:56:40.656 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:56:40.657 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"0316fe7c-9fbd-11ee-95a5-87774f69a715","modified":"2023-12-21T04:54:56.681029Z","created":"2023-12-21T04:54:56.681029Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:56:40.658 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-21T04:56:41.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:40.656671+0000 mon.smithi008 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.190:0/3481508331' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:56:42.017 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:56:42.018 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:56:43.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:41.628511+0000 mon.smithi008 (mon.0) 165 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:43.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:41.630640+0000 mon.smithi008 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:56:43.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:41.631543+0000 mon.smithi008 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:56:43.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:41.632310+0000 mon.smithi008 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:43.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:41.633013+0000 mgr.smithi008.jfvsle (mgr.14180) 13 : cephadm [INF] Deploying daemon mon.smithi190 on smithi190 2023-12-21T04:56:44.069 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:56:44.069 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"0316fe7c-9fbd-11ee-95a5-87774f69a715","modified":"2023-12-21T04:54:56.681029Z","created":"2023-12-21T04:54:56.681029Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:56:44.070 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-12-21T04:56:44.326 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: debug 2023-12-21T04:56:44.074+0000 7fb6e6b56700 1 mon.smithi190@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-21T04:56:45.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:56:45.439 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:44.084096+0000 mon.smithi008 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:44.084360+0000 mon.smithi008 (mon.0) 173 : cluster [INF] mon.smithi008 calling monitor election 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:44.097699+0000 mon.smithi008 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:45.080135+0000 mon.smithi008 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:45.123560+0000 mgr.smithi008.jfvsle (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:46.080424+0000 mon.smithi008 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:46.082323+0000 mon.smithi190 (mon.1) 1 : cluster [INF] mon.smithi190 calling monitor election 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:47.080203+0000 mon.smithi008 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.523 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:47.123956+0000 mgr.smithi008.jfvsle (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:47.140738+0000 mon.smithi008 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.190:0/1106592319' entity='mgr.smithi190.kwqfdz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.kwqfdz/crt"}]: dispatch 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:48.080432+0000 mon.smithi008 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:49.080649+0000 mon.smithi008 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.111146+0000 mon.smithi008 (mon.0) 181 : cluster [INF] mon.smithi008 is new leader, mons smithi008,smithi190 in quorum (ranks 0,1) 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.114364+0000 mon.smithi008 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.126259+0000 mon.smithi008 (mon.0) 183 : cluster [DBG] fsmap 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.126287+0000 mon.smithi008 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.126513+0000 mon.smithi008 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi008.jfvsle(active, since 26s) 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.127730+0000 mon.smithi008 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi190.kwqfdz started 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.130013+0000 mon.smithi008 (mon.0) 187 : cluster [INF] overall HEALTH_OK 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:49.130357+0000 mon.smithi008 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.190:0/1106592319' entity='mgr.smithi190.kwqfdz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:49.132094+0000 mon.smithi008 (mon.0) 189 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:49.132345+0000 mon.smithi008 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.190:0/1106592319' entity='mgr.smithi190.kwqfdz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.kwqfdz/key"}]: dispatch 2023-12-21T04:56:49.524 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:49.132904+0000 mon.smithi008 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.190:0/1106592319' entity='mgr.smithi190.kwqfdz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:44.084096+0000 mon.smithi008 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi008"}]: dispatch 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:44.084360+0000 mon.smithi008 (mon.0) 173 : cluster [INF] mon.smithi008 calling monitor election 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:44.097699+0000 mon.smithi008 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:45.080135+0000 mon.smithi008 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:45.123560+0000 mgr.smithi008.jfvsle (mgr.14180) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:46.080424+0000 mon.smithi008 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:46.082323+0000 mon.smithi190 (mon.1) 1 : cluster [INF] mon.smithi190 calling monitor election 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:47.080203+0000 mon.smithi008 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:47.123956+0000 mgr.smithi008.jfvsle (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:49.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:47.140738+0000 mon.smithi008 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.190:0/1106592319' entity='mgr.smithi190.kwqfdz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.kwqfdz/crt"}]: dispatch 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:48.080432+0000 mon.smithi008 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:49.080649+0000 mon.smithi008 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.111146+0000 mon.smithi008 (mon.0) 181 : cluster [INF] mon.smithi008 is new leader, mons smithi008,smithi190 in quorum (ranks 0,1) 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.114364+0000 mon.smithi008 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi008=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} removed_ranks: {} 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.126259+0000 mon.smithi008 (mon.0) 183 : cluster [DBG] fsmap 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.126287+0000 mon.smithi008 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.126513+0000 mon.smithi008 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi008.jfvsle(active, since 26s) 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.127730+0000 mon.smithi008 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi190.kwqfdz started 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.130013+0000 mon.smithi008 (mon.0) 187 : cluster [INF] overall HEALTH_OK 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:49.130357+0000 mon.smithi008 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.190:0/1106592319' entity='mgr.smithi190.kwqfdz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:49.132094+0000 mon.smithi008 (mon.0) 189 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:49.132345+0000 mon.smithi008 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.190:0/1106592319' entity='mgr.smithi190.kwqfdz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.kwqfdz/key"}]: dispatch 2023-12-21T04:56:49.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:49.132904+0000 mon.smithi008 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.190:0/1106592319' entity='mgr.smithi190.kwqfdz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T04:56:49.866 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-12-21T04:56:49.866 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":2,"fsid":"0316fe7c-9fbd-11ee-95a5-87774f69a715","modified":"2023-12-21T04:56:44.081459Z","created":"2023-12-21T04:54:56.681029Z","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":"smithi008","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi190","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-21T04:56:49.868 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 2 2023-12-21T04:56:50.193 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-21T04:56:50.193 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-21T04:56:50.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.124394+0000 mgr.smithi008.jfvsle (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:50.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:49.134113+0000 mgr.smithi008.jfvsle (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi190 on smithi190 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:49.186721+0000 mon.smithi008 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi008.jfvsle(active, since 26s), standbys: smithi190.kwqfdz 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:49.186866+0000 mon.smithi008 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr metadata", "who": "smithi190.kwqfdz", "id": "smithi190.kwqfdz"}]: dispatch 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:49.864970+0000 mon.smithi008 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.190:0/4028262449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:50.080799+0000 mon.smithi008 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.124394+0000 mgr.smithi008.jfvsle (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:49.134113+0000 mgr.smithi008.jfvsle (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi190 on smithi190 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:49.186721+0000 mon.smithi008 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi008.jfvsle(active, since 26s), standbys: smithi190.kwqfdz 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:49.186866+0000 mon.smithi008 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr metadata", "who": "smithi190.kwqfdz", "id": "smithi190.kwqfdz"}]: dispatch 2023-12-21T04:56:50.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:49.864970+0000 mon.smithi008 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.190:0/4028262449' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:56:50.508 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:50.080799+0000 mon.smithi008 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-12-21T04:56:51.467 INFO:teuthology.orchestra.run.smithi008.stdout:# minimal ceph.conf for 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:56:51.468 INFO:teuthology.orchestra.run.smithi008.stdout:[global] 2023-12-21T04:56:51.468 INFO:teuthology.orchestra.run.smithi008.stdout: fsid = 0316fe7c-9fbd-11ee-95a5-87774f69a715 2023-12-21T04:56:51.468 INFO:teuthology.orchestra.run.smithi008.stdout: mon_host = [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2023-12-21T04:56:51.814 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-21T04:56:51.814 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:56:51.814 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T04:56:51.846 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:56:51.846 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:56:51.914 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:56:51.914 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T04:56:51.946 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:56:51.946 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:56:52.015 INFO:tasks.cephadm:Deploying OSDs... 2023-12-21T04:56:52.015 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:56:52.015 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:56:52.034 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:56:52.034 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme1n1 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme1n1 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 433349 Links: 1 Device type: 103,1 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-21 04:55:54.884615337 +0000 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-21 04:55:54.809616078 +0000 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-21 04:55:54.809616078 +0000 2023-12-21T04:56:52.093 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-21T04:56:52.094 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-21T04:56:52.159 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-21T04:56:52.159 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-21T04:56:52.159 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000125341 s, 4.1 MB/s 2023-12-21T04:56:52.160 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-21T04:56:52.221 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme2n1 2023-12-21T04:56:52.279 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme2n1 2023-12-21T04:56:52.279 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:56:52.279 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 432948 Links: 1 Device type: 103,2 2023-12-21T04:56:52.279 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:56:52.279 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-21T04:56:52.280 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-21 04:55:54.893615248 +0000 2023-12-21T04:56:52.280 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-21 04:55:54.811616058 +0000 2023-12-21T04:56:52.280 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-21 04:55:54.811616058 +0000 2023-12-21T04:56:52.280 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-21T04:56:52.280 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-21T04:56:52.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:51.124640+0000 mgr.smithi008.jfvsle (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:52.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:51.467101+0000 mon.smithi008 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.8:0/247013737' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:52.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:52.063247+0000 mon.smithi008 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:52.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:52.064575+0000 mon.smithi008 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:52.345 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-21T04:56:52.345 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-21T04:56:52.345 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000110366 s, 4.6 MB/s 2023-12-21T04:56:52.346 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-21T04:56:52.405 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme3n1 2023-12-21T04:56:52.463 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme3n1 2023-12-21T04:56:52.463 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:56:52.463 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 433051 Links: 1 Device type: 103,3 2023-12-21T04:56:52.464 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:56:52.464 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-21T04:56:52.464 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-21 04:55:54.902615159 +0000 2023-12-21T04:56:52.464 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-21 04:55:54.814616028 +0000 2023-12-21T04:56:52.464 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-21 04:55:54.814616028 +0000 2023-12-21T04:56:52.464 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-21T04:56:52.464 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-21T04:56:52.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:51.124640+0000 mgr.smithi008.jfvsle (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:52.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:51.467101+0000 mon.smithi008 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.8:0/247013737' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:52.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:52.063247+0000 mon.smithi008 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:52.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:52.064575+0000 mon.smithi008 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:52.529 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-21T04:56:52.529 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-21T04:56:52.529 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000109502 s, 4.7 MB/s 2023-12-21T04:56:52.530 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-21T04:56:52.589 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/nvme4n1 2023-12-21T04:56:52.648 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/nvme4n1 2023-12-21T04:56:52.648 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:56:52.648 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 6h/6d Inode: 433133 Links: 1 Device type: 103,4 2023-12-21T04:56:52.648 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:56:52.648 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-21T04:56:52.648 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2023-12-21 04:55:54.912615060 +0000 2023-12-21T04:56:52.648 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2023-12-21 04:55:54.816616009 +0000 2023-12-21T04:56:52.648 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2023-12-21 04:55:54.816616009 +0000 2023-12-21T04:56:52.649 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: - 2023-12-21T04:56:52.649 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-21T04:56:52.714 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2023-12-21T04:56:52.714 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2023-12-21T04:56:52.714 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.00011126 s, 4.6 MB/s 2023-12-21T04:56:52.715 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-21T04:56:52.775 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:56:52.775 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:56:52.794 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:56:52.794 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/nvme1n1 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/nvme1n1 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 430718 Links: 1 Device type: 103,1 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-21 04:56:34.100094761 +0000 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-21 04:56:34.036096577 +0000 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-21 04:56:34.036096577 +0000 2023-12-21T04:56:52.854 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-21T04:56:52.855 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-21T04:56:52.921 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-21T04:56:52.921 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-21T04:56:52.921 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000238953 s, 2.1 MB/s 2023-12-21T04:56:52.922 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-21T04:56:52.981 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/nvme2n1 2023-12-21T04:56:53.038 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/nvme2n1 2023-12-21T04:56:53.039 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:56:53.039 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 433904 Links: 1 Device type: 103,2 2023-12-21T04:56:53.039 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:56:53.039 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-21T04:56:53.039 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-21 04:56:34.110094477 +0000 2023-12-21T04:56:53.039 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-21 04:56:34.037096549 +0000 2023-12-21T04:56:53.039 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-21 04:56:34.037096549 +0000 2023-12-21T04:56:53.039 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-21T04:56:53.039 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-21T04:56:53.105 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-21T04:56:53.106 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-21T04:56:53.106 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000238351 s, 2.1 MB/s 2023-12-21T04:56:53.107 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-21T04:56:53.167 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/nvme3n1 2023-12-21T04:56:53.225 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/nvme3n1 2023-12-21T04:56:53.225 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:56:53.225 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 434003 Links: 1 Device type: 103,3 2023-12-21T04:56:53.225 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:56:53.226 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-21T04:56:53.226 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-21 04:56:34.120094193 +0000 2023-12-21T04:56:53.226 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-21 04:56:34.038096520 +0000 2023-12-21T04:56:53.226 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-21 04:56:34.038096520 +0000 2023-12-21T04:56:53.226 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-21T04:56:53.226 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-21T04:56:53.291 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-21T04:56:53.292 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-21T04:56:53.292 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000239102 s, 2.1 MB/s 2023-12-21T04:56:53.293 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-21T04:56:53.353 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/nvme4n1 2023-12-21T04:56:53.411 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/nvme4n1 2023-12-21T04:56:53.411 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:56:53.411 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 434031 Links: 1 Device type: 103,4 2023-12-21T04:56:53.411 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:56:53.411 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-21T04:56:53.411 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-12-21 04:56:34.130093909 +0000 2023-12-21T04:56:53.412 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-12-21 04:56:34.040096464 +0000 2023-12-21T04:56:53.412 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-12-21 04:56:34.040096464 +0000 2023-12-21T04:56:53.412 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-12-21T04:56:53.412 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-21T04:56:53.477 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-12-21T04:56:53.477 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-12-21T04:56:53.477 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000249765 s, 2.0 MB/s 2023-12-21T04:56:53.478 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-21T04:56:53.537 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:53.124972+0000 mgr.smithi008.jfvsle (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.275136+0000 mon.smithi008 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.360428+0000 mon.smithi008 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.361288+0000 mon.smithi008 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.362125+0000 mon.smithi008 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:53.363243+0000 mgr.smithi008.jfvsle (mgr.14180) 21 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:53.363570+0000 mgr.smithi008.jfvsle (mgr.14180) 22 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.385679+0000 mon.smithi008 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.389498+0000 mon.smithi008 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.392974+0000 mon.smithi008 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:53.397180+0000 mgr.smithi008.jfvsle (mgr.14180) 23 : cephadm [INF] Reconfiguring mon.smithi008 (unknown last config time)... 2023-12-21T04:56:54.506 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.397515+0000 mon.smithi008 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:56:54.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.398255+0000 mon.smithi008 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:56:54.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:53.398944+0000 mon.smithi008 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:54.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:53.399585+0000 mgr.smithi008.jfvsle (mgr.14180) 24 : cephadm [INF] Reconfiguring daemon mon.smithi008 on smithi008 2023-12-21T04:56:54.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:54.245592+0000 mon.smithi008 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:54.246433+0000 mon.smithi008 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.jfvsle", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:56:54.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:54.247079+0000 mon.smithi008 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:56:54.507 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:54.247572+0000 mon.smithi008 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:54.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:53.124972+0000 mgr.smithi008.jfvsle (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:54.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.275136+0000 mon.smithi008 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.360428+0000 mon.smithi008 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.361288+0000 mon.smithi008 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:54.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.362125+0000 mon.smithi008 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:56:54.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:53.363243+0000 mgr.smithi008.jfvsle (mgr.14180) 21 : cephadm [INF] Updating smithi008:/etc/ceph/ceph.conf 2023-12-21T04:56:54.540 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:53.363570+0000 mgr.smithi008.jfvsle (mgr.14180) 22 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.385679+0000 mon.smithi008 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.389498+0000 mon.smithi008 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.392974+0000 mon.smithi008 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:53.397180+0000 mgr.smithi008.jfvsle (mgr.14180) 23 : cephadm [INF] Reconfiguring mon.smithi008 (unknown last config time)... 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.397515+0000 mon.smithi008 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.398255+0000 mon.smithi008 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:53.398944+0000 mon.smithi008 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:53.399585+0000 mgr.smithi008.jfvsle (mgr.14180) 24 : cephadm [INF] Reconfiguring daemon mon.smithi008 on smithi008 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:54.245592+0000 mon.smithi008 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:54.246433+0000 mon.smithi008 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi008.jfvsle", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:54.247079+0000 mon.smithi008 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:56:54.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:54.247572+0000 mon.smithi008 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:54.866 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled osd.all-available-devices update... 2023-12-21T04:56:55.234 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-21T04:56:55.235 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:56:55.549 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:54.246180+0000 mgr.smithi008.jfvsle (mgr.14180) 25 : cephadm [INF] Reconfiguring mgr.smithi008.jfvsle (unknown last config time)... 2023-12-21T04:56:55.549 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:54.248032+0000 mgr.smithi008.jfvsle (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi008.jfvsle on smithi008 2023-12-21T04:56:55.549 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:54.865844+0000 mon.smithi008 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:55.549 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:55.075979+0000 mon.smithi008 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:55.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:54.246180+0000 mgr.smithi008.jfvsle (mgr.14180) 25 : cephadm [INF] Reconfiguring mgr.smithi008.jfvsle (unknown last config time)... 2023-12-21T04:56:55.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:54.248032+0000 mgr.smithi008.jfvsle (mgr.14180) 26 : cephadm [INF] Reconfiguring daemon mgr.smithi008.jfvsle on smithi008 2023-12-21T04:56:55.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:54.865844+0000 mon.smithi008 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:55.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:55.075979+0000 mon.smithi008 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:54.860987+0000 mgr.smithi008.jfvsle (mgr.14180) 27 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:56:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:54.862304+0000 mgr.smithi008.jfvsle (mgr.14180) 28 : cephadm [INF] Marking host: smithi008 for OSDSpec preview refresh. 2023-12-21T04:56:56.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:54.862404+0000 mgr.smithi008.jfvsle (mgr.14180) 29 : cephadm [INF] Marking host: smithi190 for OSDSpec preview refresh. 2023-12-21T04:56:56.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:54.862653+0000 mgr.smithi008.jfvsle (mgr.14180) 30 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-21T04:56:56.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:55.076668+0000 mgr.smithi008.jfvsle (mgr.14180) 31 : cephadm [INF] Reconfiguring alertmanager.smithi008 (dependencies changed)... 2023-12-21T04:56:56.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:55.082682+0000 mgr.smithi008.jfvsle (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi008 on smithi008 2023-12-21T04:56:56.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:55.125214+0000 mgr.smithi008.jfvsle (mgr.14180) 33 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:56.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:54.860987+0000 mgr.smithi008.jfvsle (mgr.14180) 27 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:56:56.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:54.862304+0000 mgr.smithi008.jfvsle (mgr.14180) 28 : cephadm [INF] Marking host: smithi008 for OSDSpec preview refresh. 2023-12-21T04:56:56.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:54.862404+0000 mgr.smithi008.jfvsle (mgr.14180) 29 : cephadm [INF] Marking host: smithi190 for OSDSpec preview refresh. 2023-12-21T04:56:56.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:54.862653+0000 mgr.smithi008.jfvsle (mgr.14180) 30 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-21T04:56:56.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:55.076668+0000 mgr.smithi008.jfvsle (mgr.14180) 31 : cephadm [INF] Reconfiguring alertmanager.smithi008 (dependencies changed)... 2023-12-21T04:56:56.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:55.082682+0000 mgr.smithi008.jfvsle (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon alertmanager.smithi008 on smithi008 2023-12-21T04:56:56.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:55.125214+0000 mgr.smithi008.jfvsle (mgr.14180) 33 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:56.787 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:56:57.201 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:56:57.496 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:56.786720+0000 mon.smithi008 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.8:0/3911928755' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:56:57.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:56.786720+0000 mon.smithi008 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.8:0/3911928755' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:56:58.202 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:56:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:57.125433+0000 mgr.smithi008.jfvsle (mgr.14180) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:57.902935+0000 mon.smithi008 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:57.903712+0000 mon.smithi008 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:56:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:57.904318+0000 mon.smithi008 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:58.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:57.125433+0000 mgr.smithi008.jfvsle (mgr.14180) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:56:58.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:57.902935+0000 mon.smithi008 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:58.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:57.903712+0000 mon.smithi008 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi008", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:56:58.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:57.904318+0000 mon.smithi008 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:59.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:57.903493+0000 mgr.smithi008.jfvsle (mgr.14180) 35 : cephadm [INF] Reconfiguring crash.smithi008 (monmap changed)... 2023-12-21T04:56:59.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:57.904792+0000 mgr.smithi008.jfvsle (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon crash.smithi008 on smithi008 2023-12-21T04:56:59.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:56:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:56:58.844670+0000 mon.smithi008 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:56:59.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:57.903493+0000 mgr.smithi008.jfvsle (mgr.14180) 35 : cephadm [INF] Reconfiguring crash.smithi008 (monmap changed)... 2023-12-21T04:56:59.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:57.904792+0000 mgr.smithi008.jfvsle (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon crash.smithi008 on smithi008 2023-12-21T04:56:59.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:56:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:56:58.844670+0000 mon.smithi008 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:58.845279+0000 mgr.smithi008.jfvsle (mgr.14180) 37 : cephadm [INF] Reconfiguring grafana.smithi008 (dependencies changed)... 2023-12-21T04:57:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:56:58.878601+0000 mgr.smithi008.jfvsle (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon grafana.smithi008 on smithi008 2023-12-21T04:57:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:56:59.125642+0000 mgr.smithi008.jfvsle (mgr.14180) 39 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:00.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:58.845279+0000 mgr.smithi008.jfvsle (mgr.14180) 37 : cephadm [INF] Reconfiguring grafana.smithi008 (dependencies changed)... 2023-12-21T04:57:00.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:56:58.878601+0000 mgr.smithi008.jfvsle (mgr.14180) 38 : cephadm [INF] Reconfiguring daemon grafana.smithi008 on smithi008 2023-12-21T04:57:00.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:56:59.125642+0000 mgr.smithi008.jfvsle (mgr.14180) 39 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:01.321 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:01.864 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:57:02.474 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:01.125856+0000 mgr.smithi008.jfvsle (mgr.14180) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:02.474 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:01.320875+0000 mon.smithi008 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.8:0/3399596662' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:01.125856+0000 mgr.smithi008.jfvsle (mgr.14180) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:01.320875+0000 mon.smithi008 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.8:0/3399596662' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:02.865 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:04.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:03.102578+0000 mon.smithi008 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:04.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:03.103568+0000 mgr.smithi008.jfvsle (mgr.14180) 41 : cephadm [INF] Reconfiguring prometheus.smithi008 (dependencies changed)... 2023-12-21T04:57:04.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:03.107252+0000 mgr.smithi008.jfvsle (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon prometheus.smithi008 on smithi008 2023-12-21T04:57:04.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:03.126109+0000 mgr.smithi008.jfvsle (mgr.14180) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:04.383 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:03.102578+0000 mon.smithi008 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:03.103568+0000 mgr.smithi008.jfvsle (mgr.14180) 41 : cephadm [INF] Reconfiguring prometheus.smithi008 (dependencies changed)... 2023-12-21T04:57:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:03.107252+0000 mgr.smithi008.jfvsle (mgr.14180) 42 : cephadm [INF] Reconfiguring daemon prometheus.smithi008 on smithi008 2023-12-21T04:57:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:03.126109+0000 mgr.smithi008.jfvsle (mgr.14180) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:04.736 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:57:05.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:04.383022+0000 mon.smithi008 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.8:0/2857135311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:05.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:04.383022+0000 mon.smithi008 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.8:0/2857135311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:05.737 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:06.384 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:05.126418+0000 mgr.smithi008.jfvsle (mgr.14180) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:06.583 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:05.126418+0000 mgr.smithi008.jfvsle (mgr.14180) 44 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:07.153 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:06.291767+0000 mon.smithi008 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:06.292420+0000 mgr.smithi008.jfvsle (mgr.14180) 45 : cephadm [INF] Reconfiguring crash.smithi190 (monmap changed)... 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:06.292782+0000 mon.smithi008 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:06.293804+0000 mon.smithi008 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:06.294459+0000 mgr.smithi008.jfvsle (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon crash.smithi190 on smithi190 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.120413+0000 mon.smithi008 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.121213+0000 mon.smithi008 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.kwqfdz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.121870+0000 mon.smithi008 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.122386+0000 mon.smithi008 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:07.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.153247+0000 mon.smithi008 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.8:0/2094284636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:07.503 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:57:07.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:06.291767+0000 mon.smithi008 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:06.292420+0000 mgr.smithi008.jfvsle (mgr.14180) 45 : cephadm [INF] Reconfiguring crash.smithi190 (monmap changed)... 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:06.292782+0000 mon.smithi008 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:06.293804+0000 mon.smithi008 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:06.294459+0000 mgr.smithi008.jfvsle (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon crash.smithi190 on smithi190 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.120413+0000 mon.smithi008 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.121213+0000 mon.smithi008 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.kwqfdz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.121870+0000 mon.smithi008 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.122386+0000 mon.smithi008 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:07.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.153247+0000 mon.smithi008 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.8:0/2094284636' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:08.504 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:08.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:07.120958+0000 mgr.smithi008.jfvsle (mgr.14180) 47 : cephadm [INF] Reconfiguring mgr.smithi190.kwqfdz (monmap changed)... 2023-12-21T04:57:08.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:07.122875+0000 mgr.smithi008.jfvsle (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon mgr.smithi190.kwqfdz on smithi190 2023-12-21T04:57:08.585 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:07.126590+0000 mgr.smithi008.jfvsle (mgr.14180) 49 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:08.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.942152+0000 mon.smithi008 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:08.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.943180+0000 mon.smithi008 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:57:08.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.944031+0000 mon.smithi008 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:57:08.586 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:07.944852+0000 mon.smithi008 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:08.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:07.120958+0000 mgr.smithi008.jfvsle (mgr.14180) 47 : cephadm [INF] Reconfiguring mgr.smithi190.kwqfdz (monmap changed)... 2023-12-21T04:57:08.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:07.122875+0000 mgr.smithi008.jfvsle (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon mgr.smithi190.kwqfdz on smithi190 2023-12-21T04:57:08.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:07.126590+0000 mgr.smithi008.jfvsle (mgr.14180) 49 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:08.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.942152+0000 mon.smithi008 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:08.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.943180+0000 mon.smithi008 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:57:08.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.944031+0000 mon.smithi008 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:57:08.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:07.944852+0000 mon.smithi008 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:09.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:07.942831+0000 mgr.smithi008.jfvsle (mgr.14180) 50 : cephadm [INF] Reconfiguring mon.smithi190 (monmap changed)... 2023-12-21T04:57:09.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:07.945579+0000 mgr.smithi008.jfvsle (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mon.smithi190 on smithi190 2023-12-21T04:57:09.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.795613+0000 mon.smithi008 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:09.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.798194+0000 mon.smithi008 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:57:09.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.799320+0000 mon.smithi008 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:57:09.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.802997+0000 mon.smithi008 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:09.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.806785+0000 mon.smithi008 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:57:09.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.814916+0000 mon.smithi008 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:57:09.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.818701+0000 mon.smithi008 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:09.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.822800+0000 mon.smithi008 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:57:09.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.827419+0000 mon.smithi008 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:57:09.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.832213+0000 mon.smithi008 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:09.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.834129+0000 mon.smithi008 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:57:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:07.942831+0000 mgr.smithi008.jfvsle (mgr.14180) 50 : cephadm [INF] Reconfiguring mon.smithi190 (monmap changed)... 2023-12-21T04:57:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:07.945579+0000 mgr.smithi008.jfvsle (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon mon.smithi190 on smithi190 2023-12-21T04:57:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.795613+0000 mon.smithi008 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.798194+0000 mon.smithi008 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.799320+0000 mon.smithi008 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.802997+0000 mon.smithi008 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.806785+0000 mon.smithi008 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.814916+0000 mon.smithi008 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.818701+0000 mon.smithi008 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.822800+0000 mon.smithi008 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.827419+0000 mon.smithi008 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.832213+0000 mon.smithi008 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:09.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.834129+0000 mon.smithi008 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:57:09.875 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:10.307 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:57:10.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.798516+0000 mgr.smithi008.jfvsle (mgr.14180) 52 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:57:10.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.799567+0000 mgr.smithi008.jfvsle (mgr.14180) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:57:10.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.807359+0000 mgr.smithi008.jfvsle (mgr.14180) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:57:10.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.815247+0000 mgr.smithi008.jfvsle (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:57:10.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.823166+0000 mgr.smithi008.jfvsle (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:57:10.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:08.827740+0000 mgr.smithi008.jfvsle (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:57:10.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:09.126765+0000 mgr.smithi008.jfvsle (mgr.14180) 58 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:10.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:09.875862+0000 mon.smithi008 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.8:0/1680658755' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:10.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:09.885302+0000 mon.smithi008 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:10.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:09.889555+0000 mon.smithi008 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.798516+0000 mgr.smithi008.jfvsle (mgr.14180) 52 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:57:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.799567+0000 mgr.smithi008.jfvsle (mgr.14180) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi008.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:57:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.807359+0000 mgr.smithi008.jfvsle (mgr.14180) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:57:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.815247+0000 mgr.smithi008.jfvsle (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:57:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.823166+0000 mgr.smithi008.jfvsle (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:57:10.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:08.827740+0000 mgr.smithi008.jfvsle (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi008.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:57:10.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:09.126765+0000 mgr.smithi008.jfvsle (mgr.14180) 58 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:10.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:09.875862+0000 mon.smithi008 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.8:0/1680658755' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:10.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:09.885302+0000 mon.smithi008 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:10.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:09.889555+0000 mon.smithi008 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:11.308 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:12.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:11.126975+0000 mgr.smithi008.jfvsle (mgr.14180) 59 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:12.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.308977+0000 mon.smithi008 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:12.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.313501+0000 mon.smithi008 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:12.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.314377+0000 mon.smithi008 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:12.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.315088+0000 mon.smithi008 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:57:12.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.319158+0000 mon.smithi008 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:12.565 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.323082+0000 mon.smithi008 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:57:12.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.325959+0000 mon.smithi008 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:57:12.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.326928+0000 mon.smithi008 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:57:12.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.327190+0000 mon.smithi008 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:12.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:11.327718+0000 mon.smithi008 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:11.126975+0000 mgr.smithi008.jfvsle (mgr.14180) 59 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.308977+0000 mon.smithi008 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.313501+0000 mon.smithi008 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.314377+0000 mon.smithi008 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.315088+0000 mon.smithi008 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:57:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.319158+0000 mon.smithi008 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.323082+0000 mon.smithi008 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:57:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.325959+0000 mon.smithi008 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:57:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.326928+0000 mon.smithi008 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:57:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.327190+0000 mon.smithi008 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:11.327718+0000 mon.smithi008 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:12.989 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:13.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:12.989893+0000 mon.smithi008 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.8:0/3138048247' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:13.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:13.270575+0000 mon.smithi190 (mon.1) 2 : audit [INF] from='client.? 172.21.15.190:0/3745588334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fc22676-c3b7-4b93-a95e-794b1ba45add"}]: dispatch 2023-12-21T04:57:13.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:13.270991+0000 mon.smithi008 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fc22676-c3b7-4b93-a95e-794b1ba45add"}]: dispatch 2023-12-21T04:57:13.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:13.274018+0000 mon.smithi008 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0fc22676-c3b7-4b93-a95e-794b1ba45add"}]': finished 2023-12-21T04:57:13.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:13.274064+0000 mon.smithi008 (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-21T04:57:13.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:13.274151+0000 mon.smithi008 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:13.354 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:57:13.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:12.989893+0000 mon.smithi008 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.8:0/3138048247' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:13.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:13.270575+0000 mon.smithi190 (mon.1) 2 : audit [INF] from='client.? 172.21.15.190:0/3745588334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fc22676-c3b7-4b93-a95e-794b1ba45add"}]: dispatch 2023-12-21T04:57:13.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:13.270991+0000 mon.smithi008 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0fc22676-c3b7-4b93-a95e-794b1ba45add"}]: dispatch 2023-12-21T04:57:13.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:13.274018+0000 mon.smithi008 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0fc22676-c3b7-4b93-a95e-794b1ba45add"}]': finished 2023-12-21T04:57:13.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:13.274064+0000 mon.smithi008 (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-21T04:57:13.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:13.274151+0000 mon.smithi008 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:14.355 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:13.127218+0000 mgr.smithi008.jfvsle (mgr.14180) 60 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:13.763572+0000 mon.smithi008 (mon.0) 264 : audit [INF] from='client.? 172.21.15.8:0/2638186274' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37be8e6b-015a-474b-9dac-dcb6e0d3eb83"}]: dispatch 2023-12-21T04:57:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:13.766911+0000 mon.smithi008 (mon.0) 265 : audit [INF] from='client.? 172.21.15.8:0/2638186274' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37be8e6b-015a-474b-9dac-dcb6e0d3eb83"}]': finished 2023-12-21T04:57:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:13.766950+0000 mon.smithi008 (mon.0) 266 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-21T04:57:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:13.767054+0000 mon.smithi008 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:14.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:13.767270+0000 mon.smithi008 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:13.127218+0000 mgr.smithi008.jfvsle (mgr.14180) 60 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:13.763572+0000 mon.smithi008 (mon.0) 264 : audit [INF] from='client.? 172.21.15.8:0/2638186274' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37be8e6b-015a-474b-9dac-dcb6e0d3eb83"}]: dispatch 2023-12-21T04:57:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:13.766911+0000 mon.smithi008 (mon.0) 265 : audit [INF] from='client.? 172.21.15.8:0/2638186274' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37be8e6b-015a-474b-9dac-dcb6e0d3eb83"}]': finished 2023-12-21T04:57:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:13.766950+0000 mon.smithi008 (mon.0) 266 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-21T04:57:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:13.767054+0000 mon.smithi008 (mon.0) 267 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:13.767270+0000 mon.smithi008 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:15.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:14.480361+0000 mon.smithi190 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.190:0/1399176492' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:15.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:15.050288+0000 mon.smithi008 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.8:0/1648041132' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:15.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:14.480361+0000 mon.smithi190 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.190:0/1399176492' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:15.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:15.050288+0000 mon.smithi008 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.8:0/1648041132' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:15.648 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:16.018 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1703134633,"num_remapped_pgs":0} 2023-12-21T04:57:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:15.127487+0000 mgr.smithi008.jfvsle (mgr.14180) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:15.648542+0000 mon.smithi008 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.8:0/400672732' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:16.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:15.127487+0000 mgr.smithi008.jfvsle (mgr.14180) 61 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:16.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:15.648542+0000 mon.smithi008 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.8:0/400672732' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:17.020 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:16.997870+0000 mon.smithi190 (mon.1) 4 : audit [INF] from='client.? 172.21.15.190:0/535712539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14c122a6-23b0-452d-a860-42e442ff6d8a"}]: dispatch 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:16.998350+0000 mon.smithi008 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14c122a6-23b0-452d-a860-42e442ff6d8a"}]: dispatch 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.001818+0000 mon.smithi008 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14c122a6-23b0-452d-a860-42e442ff6d8a"}]': finished 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:17.001890+0000 mon.smithi008 (mon.0) 273 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.002033+0000 mon.smithi008 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.002358+0000 mon.smithi008 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.002592+0000 mon.smithi008 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:17.127773+0000 mgr.smithi008.jfvsle (mgr.14180) 62 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.594200+0000 mon.smithi008 (mon.0) 277 : audit [INF] from='client.? 172.21.15.8:0/1232288029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01de6d6f-5163-4f92-bbc9-19af52947536"}]: dispatch 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.597793+0000 mon.smithi008 (mon.0) 278 : audit [INF] from='client.? 172.21.15.8:0/1232288029' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01de6d6f-5163-4f92-bbc9-19af52947536"}]': finished 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:17.597832+0000 mon.smithi008 (mon.0) 279 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.597933+0000 mon.smithi008 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:18.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.598191+0000 mon.smithi008 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.598360+0000 mon.smithi008 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:17.598528+0000 mon.smithi008 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:16.997870+0000 mon.smithi190 (mon.1) 4 : audit [INF] from='client.? 172.21.15.190:0/535712539' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14c122a6-23b0-452d-a860-42e442ff6d8a"}]: dispatch 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:16.998350+0000 mon.smithi008 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14c122a6-23b0-452d-a860-42e442ff6d8a"}]: dispatch 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.001818+0000 mon.smithi008 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14c122a6-23b0-452d-a860-42e442ff6d8a"}]': finished 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:17.001890+0000 mon.smithi008 (mon.0) 273 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.002033+0000 mon.smithi008 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.002358+0000 mon.smithi008 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.002592+0000 mon.smithi008 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:18.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:17.127773+0000 mgr.smithi008.jfvsle (mgr.14180) 62 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:18.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.594200+0000 mon.smithi008 (mon.0) 277 : audit [INF] from='client.? 172.21.15.8:0/1232288029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01de6d6f-5163-4f92-bbc9-19af52947536"}]: dispatch 2023-12-21T04:57:18.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.597793+0000 mon.smithi008 (mon.0) 278 : audit [INF] from='client.? 172.21.15.8:0/1232288029' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01de6d6f-5163-4f92-bbc9-19af52947536"}]': finished 2023-12-21T04:57:18.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:17.597832+0000 mon.smithi008 (mon.0) 279 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-21T04:57:18.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.597933+0000 mon.smithi008 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:18.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.598191+0000 mon.smithi008 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:18.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.598360+0000 mon.smithi008 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:18.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:17.598528+0000 mon.smithi008 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:18.366 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:18.743 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703134637,"num_remapped_pgs":0} 2023-12-21T04:57:19.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:18.257865+0000 mon.smithi190 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.190:0/3628796105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:19.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:18.366329+0000 mon.smithi008 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.8:0/587225663' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:19.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:18.939857+0000 mon.smithi008 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.8:0/259276510' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:19.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:18.257865+0000 mon.smithi190 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.190:0/3628796105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:19.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:18.366329+0000 mon.smithi008 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.8:0/587225663' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:19.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:18.939857+0000 mon.smithi008 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.8:0/259276510' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:19.745 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:20.079 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:19.128039+0000 mgr.smithi008.jfvsle (mgr.14180) 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:20.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:19.128039+0000 mgr.smithi008.jfvsle (mgr.14180) 63 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:21.056 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:20.762989+0000 mon.smithi190 (mon.1) 6 : audit [INF] from='client.? 172.21.15.190:0/135098095' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f160db11-2195-4918-a889-eb84e78d0349"}]: dispatch 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:20.763501+0000 mon.smithi008 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f160db11-2195-4918-a889-eb84e78d0349"}]: dispatch 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:20.766855+0000 mon.smithi008 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f160db11-2195-4918-a889-eb84e78d0349"}]': finished 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:20.766927+0000 mon.smithi008 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:20.767023+0000 mon.smithi008 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:20.767262+0000 mon.smithi008 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:20.767422+0000 mon.smithi008 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:20.767583+0000 mon.smithi008 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:21.317 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:20.767761+0000 mon.smithi008 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:21.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:20.762989+0000 mon.smithi190 (mon.1) 6 : audit [INF] from='client.? 172.21.15.190:0/135098095' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f160db11-2195-4918-a889-eb84e78d0349"}]: dispatch 2023-12-21T04:57:21.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:20.763501+0000 mon.smithi008 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f160db11-2195-4918-a889-eb84e78d0349"}]: dispatch 2023-12-21T04:57:21.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:20.766855+0000 mon.smithi008 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f160db11-2195-4918-a889-eb84e78d0349"}]': finished 2023-12-21T04:57:21.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:20.766927+0000 mon.smithi008 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-21T04:57:21.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:20.767023+0000 mon.smithi008 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:21.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:20.767262+0000 mon.smithi008 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:21.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:20.767422+0000 mon.smithi008 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:21.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:20.767583+0000 mon.smithi008 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:21.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:20.767761+0000 mon.smithi008 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:21.387 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1703134640,"num_remapped_pgs":0} 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.055907+0000 mon.smithi008 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.8:0/2648613213' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:21.128277+0000 mgr.smithi008.jfvsle (mgr.14180) 64 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.487594+0000 mon.smithi008 (mon.0) 295 : audit [INF] from='client.? 172.21.15.8:0/1516147485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0fcbbb3-497c-43ea-8be1-3493f291fd0a"}]: dispatch 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.491056+0000 mon.smithi008 (mon.0) 296 : audit [INF] from='client.? 172.21.15.8:0/1516147485' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0fcbbb3-497c-43ea-8be1-3493f291fd0a"}]': finished 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:21.491121+0000 mon.smithi008 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.491238+0000 mon.smithi008 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.491483+0000 mon.smithi008 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.491635+0000 mon.smithi008 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.491792+0000 mon.smithi008 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.491939+0000 mon.smithi008 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:22.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:21.492086+0000 mon.smithi008 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.055907+0000 mon.smithi008 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.8:0/2648613213' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:21.128277+0000 mgr.smithi008.jfvsle (mgr.14180) 64 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.487594+0000 mon.smithi008 (mon.0) 295 : audit [INF] from='client.? 172.21.15.8:0/1516147485' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0fcbbb3-497c-43ea-8be1-3493f291fd0a"}]: dispatch 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.491056+0000 mon.smithi008 (mon.0) 296 : audit [INF] from='client.? 172.21.15.8:0/1516147485' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0fcbbb3-497c-43ea-8be1-3493f291fd0a"}]': finished 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:21.491121+0000 mon.smithi008 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.491238+0000 mon.smithi008 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.491483+0000 mon.smithi008 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.491635+0000 mon.smithi008 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.491792+0000 mon.smithi008 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:22.340 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.491939+0000 mon.smithi008 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:22.341 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:21.492086+0000 mon.smithi008 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:22.389 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:23.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:22.051732+0000 mon.smithi190 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.190:0/3882065872' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:23.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:22.690016+0000 mon.smithi008 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.8:0/1037861138' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:23.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:22.051732+0000 mon.smithi190 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.190:0/3882065872' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:23.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:22.690016+0000 mon.smithi008 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.8:0/1037861138' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:23.709 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:24.061 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1703134641,"num_remapped_pgs":0} 2023-12-21T04:57:24.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:23.128472+0000 mgr.smithi008.jfvsle (mgr.14180) 65 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:24.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:23.709498+0000 mon.smithi008 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.8:0/1182194735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:24.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:23.128472+0000 mgr.smithi008.jfvsle (mgr.14180) 65 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:24.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:23.709498+0000 mon.smithi008 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.8:0/1182194735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:25.062 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.570695+0000 mon.smithi190 (mon.1) 8 : audit [INF] from='client.? 172.21.15.190:0/1093443139' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f30a9450-2541-4c12-b921-2fbbe24170cc"}]: dispatch 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.571453+0000 mon.smithi008 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f30a9450-2541-4c12-b921-2fbbe24170cc"}]: dispatch 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.576394+0000 mon.smithi008 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f30a9450-2541-4c12-b921-2fbbe24170cc"}]': finished 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:24.576443+0000 mon.smithi008 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.576564+0000 mon.smithi008 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.576969+0000 mon.smithi008 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.577143+0000 mon.smithi008 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.577356+0000 mon.smithi008 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.577545+0000 mon.smithi008 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.577728+0000 mon.smithi008 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:25.327 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:24.577925+0000 mon.smithi008 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:25.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.570695+0000 mon.smithi190 (mon.1) 8 : audit [INF] from='client.? 172.21.15.190:0/1093443139' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f30a9450-2541-4c12-b921-2fbbe24170cc"}]: dispatch 2023-12-21T04:57:25.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.571453+0000 mon.smithi008 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f30a9450-2541-4c12-b921-2fbbe24170cc"}]: dispatch 2023-12-21T04:57:25.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.576394+0000 mon.smithi008 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f30a9450-2541-4c12-b921-2fbbe24170cc"}]': finished 2023-12-21T04:57:25.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:24.576443+0000 mon.smithi008 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-21T04:57:25.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.576564+0000 mon.smithi008 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:25.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.576969+0000 mon.smithi008 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:25.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.577143+0000 mon.smithi008 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:25.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.577356+0000 mon.smithi008 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:25.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.577545+0000 mon.smithi008 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:25.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.577728+0000 mon.smithi008 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:25.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:24.577925+0000 mon.smithi008 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:25.128763+0000 mgr.smithi008.jfvsle (mgr.14180) 66 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.231238+0000 mon.smithi008 (mon.0) 316 : audit [INF] from='client.? 172.21.15.8:0/3486286117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f8dfce3-e6b7-4a23-9e7b-0118e7a92467"}]: dispatch 2023-12-21T04:57:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.234892+0000 mon.smithi008 (mon.0) 317 : audit [INF] from='client.? 172.21.15.8:0/3486286117' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f8dfce3-e6b7-4a23-9e7b-0118e7a92467"}]': finished 2023-12-21T04:57:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:25.234954+0000 mon.smithi008 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-21T04:57:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.235075+0000 mon.smithi008 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.235345+0000 mon.smithi008 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.235519+0000 mon.smithi008 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:26.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.235712+0000 mon.smithi008 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:26.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.235884+0000 mon.smithi008 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:26.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.236058+0000 mon.smithi008 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:26.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.236231+0000 mon.smithi008 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:26.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.236405+0000 mon.smithi008 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:26.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:25.801203+0000 mon.smithi190 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.190:0/1420073669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:25.128763+0000 mgr.smithi008.jfvsle (mgr.14180) 66 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.231238+0000 mon.smithi008 (mon.0) 316 : audit [INF] from='client.? 172.21.15.8:0/3486286117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f8dfce3-e6b7-4a23-9e7b-0118e7a92467"}]: dispatch 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.234892+0000 mon.smithi008 (mon.0) 317 : audit [INF] from='client.? 172.21.15.8:0/3486286117' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f8dfce3-e6b7-4a23-9e7b-0118e7a92467"}]': finished 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:25.234954+0000 mon.smithi008 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.235075+0000 mon.smithi008 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.235345+0000 mon.smithi008 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.235519+0000 mon.smithi008 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.235712+0000 mon.smithi008 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.235884+0000 mon.smithi008 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.236058+0000 mon.smithi008 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:26.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.236231+0000 mon.smithi008 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:26.340 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.236405+0000 mon.smithi008 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:26.340 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:25.801203+0000 mon.smithi190 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.190:0/1420073669' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:26.562 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:26.934 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:27.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:26.561758+0000 mon.smithi008 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.8:0/3270582447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:27.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:26.665596+0000 mon.smithi008 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.8:0/38262988' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:27.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:26.561758+0000 mon.smithi008 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.8:0/3270582447' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:27.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:26.665596+0000 mon.smithi008 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.8:0/38262988' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:57:27.935 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:28.260 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:27.129037+0000 mgr.smithi008.jfvsle (mgr.14180) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:27.129037+0000 mgr.smithi008.jfvsle (mgr.14180) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:29.330 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:29.749 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:30.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:29.129251+0000 mgr.smithi008.jfvsle (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:30.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:29.329438+0000 mon.smithi008 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.8:0/359721367' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:30.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:30.146843+0000 mon.smithi008 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T04:57:30.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:30.147446+0000 mon.smithi008 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:30.449 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:29.129251+0000 mgr.smithi008.jfvsle (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:30.449 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:29.329438+0000 mon.smithi008 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.8:0/359721367' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:30.449 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:30.146843+0000 mon.smithi008 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T04:57:30.449 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:30.147446+0000 mon.smithi008 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:30.750 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:31.397 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:30.147993+0000 mgr.smithi008.jfvsle (mgr.14180) 69 : cephadm [INF] Deploying daemon osd.0 on smithi190 2023-12-21T04:57:31.397 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:31.163647+0000 mon.smithi008 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T04:57:31.397 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:31.164243+0000 mon.smithi008 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:31.494 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:30.147993+0000 mgr.smithi008.jfvsle (mgr.14180) 69 : cephadm [INF] Deploying daemon osd.0 on smithi190 2023-12-21T04:57:31.494 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:31.163647+0000 mon.smithi008 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T04:57:31.494 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:31.164243+0000 mon.smithi008 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:32.330 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:31.129594+0000 mgr.smithi008.jfvsle (mgr.14180) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:32.331 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:31.164769+0000 mgr.smithi008.jfvsle (mgr.14180) 71 : cephadm [INF] Deploying daemon osd.1 on smithi008 2023-12-21T04:57:32.346 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:32.462 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:31.129594+0000 mgr.smithi008.jfvsle (mgr.14180) 70 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:32.462 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:31.164769+0000 mgr.smithi008.jfvsle (mgr.14180) 71 : cephadm [INF] Deploying daemon osd.1 on smithi008 2023-12-21T04:57:32.709 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:33.273 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:32.346666+0000 mon.smithi008 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.8:0/2179721547' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:33.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:32.346666+0000 mon.smithi008 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.8:0/2179721547' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:33.710 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:34.289 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:33.129867+0000 mgr.smithi008.jfvsle (mgr.14180) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:34.289 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:33.675007+0000 mon.smithi008 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:34.289 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:33.675678+0000 mon.smithi008 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T04:57:34.289 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:33.676274+0000 mon.smithi008 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:34.323 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:33.129867+0000 mgr.smithi008.jfvsle (mgr.14180) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:34.323 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:33.675007+0000 mon.smithi008 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:34.324 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:33.675678+0000 mon.smithi008 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T04:57:34.324 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:33.676274+0000 mon.smithi008 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:35.268 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:33.676839+0000 mgr.smithi008.jfvsle (mgr.14180) 73 : cephadm [INF] Deploying daemon osd.2 on smithi190 2023-12-21T04:57:35.268 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:35.118877+0000 mon.smithi008 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:35.268 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:35.119588+0000 mon.smithi008 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T04:57:35.268 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:35.120176+0000 mon.smithi008 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:35.312 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:35.477 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:33.676839+0000 mgr.smithi008.jfvsle (mgr.14180) 73 : cephadm [INF] Deploying daemon osd.2 on smithi190 2023-12-21T04:57:35.477 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:35.118877+0000 mon.smithi008 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:35.478 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:35.119588+0000 mon.smithi008 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T04:57:35.478 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:35.120176+0000 mon.smithi008 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:35.689 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:36.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:35.120679+0000 mgr.smithi008.jfvsle (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.3 on smithi008 2023-12-21T04:57:36.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:35.130120+0000 mgr.smithi008.jfvsle (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:36.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:35.312281+0000 mon.smithi190 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.8:0/1082745936' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:36.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:35.120679+0000 mgr.smithi008.jfvsle (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.3 on smithi008 2023-12-21T04:57:36.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:35.130120+0000 mgr.smithi008.jfvsle (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:36.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:35.312281+0000 mon.smithi190 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.8:0/1082745936' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:36.689 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:37.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:36.888756+0000 mon.smithi190 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.190:6800/2902621208,v1:172.21.15.190:6801/2902621208]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:57:37.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:36.889117+0000 mon.smithi008 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:57:37.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.090472+0000 mon.smithi008 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:37.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.091141+0000 mon.smithi008 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T04:57:37.547 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.091709+0000 mon.smithi008 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:36.888756+0000 mon.smithi190 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.190:6800/2902621208,v1:172.21.15.190:6801/2902621208]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:57:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:36.889117+0000 mon.smithi008 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:57:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.090472+0000 mon.smithi008 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.091141+0000 mon.smithi008 (mon.0) 343 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T04:57:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.091709+0000 mon.smithi008 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:38.041 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:38.392 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:37.092199+0000 mgr.smithi008.jfvsle (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.4 on smithi190 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:37.130330+0000 mgr.smithi008.jfvsle (mgr.14180) 77 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.200332+0000 mon.smithi008 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:37.200417+0000 mon.smithi008 (mon.0) 346 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.200525+0000 mon.smithi008 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.200802+0000 mon.smithi008 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.200943+0000 mon.smithi008 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.200947+0000 mon.smithi190 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.190:6800/2902621208,v1:172.21.15.190:6801/2902621208]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:38.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.201178+0000 mon.smithi008 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:38.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.201566+0000 mon.smithi008 (mon.0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:38.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.201861+0000 mon.smithi008 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:38.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.202085+0000 mon.smithi008 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:38.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.202304+0000 mon.smithi008 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:38.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:37.202521+0000 mon.smithi008 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:38.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.040370+0000 mon.smithi008 (mon.0) 356 : audit [DBG] from='client.? 172.21.15.8:0/822775345' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:38.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.091224+0000 mon.smithi008 (mon.0) 357 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T04:57:38.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:37.092199+0000 mgr.smithi008.jfvsle (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.4 on smithi190 2023-12-21T04:57:38.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:37.130330+0000 mgr.smithi008.jfvsle (mgr.14180) 77 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:38.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.200332+0000 mon.smithi008 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:37.200417+0000 mon.smithi008 (mon.0) 346 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.200525+0000 mon.smithi008 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.200802+0000 mon.smithi008 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.200943+0000 mon.smithi008 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.200947+0000 mon.smithi190 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.190:6800/2902621208,v1:172.21.15.190:6801/2902621208]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.201178+0000 mon.smithi008 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.201566+0000 mon.smithi008 (mon.0) 351 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.201861+0000 mon.smithi008 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.202085+0000 mon.smithi008 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.202304+0000 mon.smithi008 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:37.202521+0000 mon.smithi008 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.040370+0000 mon.smithi008 (mon.0) 356 : audit [DBG] from='client.? 172.21.15.8:0/822775345' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:38.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.091224+0000 mon.smithi008 (mon.0) 357 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T04:57:39.214 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.202536+0000 mon.smithi008 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-21T04:57:39.214 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.202614+0000 mon.smithi008 (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:38.202651+0000 mon.smithi008 (mon.0) 360 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.202989+0000 mon.smithi008 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.203210+0000 mon.smithi008 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.203360+0000 mon.smithi008 (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.203598+0000 mon.smithi008 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.206886+0000 mon.smithi008 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.207024+0000 mon.smithi008 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.207176+0000 mon.smithi008 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.207303+0000 mon.smithi008 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.207442+0000 mon.smithi008 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:39.215 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:38.207622+0000 mon.smithi008 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:39.393 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.202536+0000 mon.smithi008 (mon.0) 358 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.202614+0000 mon.smithi008 (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:38.202651+0000 mon.smithi008 (mon.0) 360 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.202989+0000 mon.smithi008 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.203210+0000 mon.smithi008 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.203360+0000 mon.smithi008 (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.203598+0000 mon.smithi008 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.206886+0000 mon.smithi008 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.207024+0000 mon.smithi008 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.207176+0000 mon.smithi008 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.207303+0000 mon.smithi008 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:39.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.207442+0000 mon.smithi008 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:39.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:38.207622+0000 mon.smithi008 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:40.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:37.903555+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:40.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:37.903597+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:40.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:39.130640+0000 mgr.smithi008.jfvsle (mgr.14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:40.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.204233+0000 mon.smithi008 (mon.0) 371 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-12-21T04:57:40.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:39.204286+0000 mon.smithi008 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.190:6800/2902621208,v1:172.21.15.190:6801/2902621208] boot 2023-12-21T04:57:40.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:39.204311+0000 mon.smithi008 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-21T04:57:40.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.204410+0000 mon.smithi008 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:40.389 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.205130+0000 mon.smithi008 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.208708+0000 mon.smithi008 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.208954+0000 mon.smithi008 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.209156+0000 mon.smithi008 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.209434+0000 mon.smithi008 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.214098+0000 mon.smithi008 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.214287+0000 mon.smithi008 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.214452+0000 mon.smithi008 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.236743+0000 mon.smithi008 (mon.0) 383 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.237391+0000 mon.smithi008 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:39.238025+0000 mon.smithi008 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:39.238572+0000 mgr.smithi008.jfvsle (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.5 on smithi008 2023-12-21T04:57:40.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.207894+0000 mon.smithi008 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:40.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:37.903555+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:37.903597+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:39.130640+0000 mgr.smithi008.jfvsle (mgr.14180) 78 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.204233+0000 mon.smithi008 (mon.0) 371 : audit [INF] from='osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:39.204286+0000 mon.smithi008 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.190:6800/2902621208,v1:172.21.15.190:6801/2902621208] boot 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:39.204311+0000 mon.smithi008 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.204410+0000 mon.smithi008 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.205130+0000 mon.smithi008 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.208708+0000 mon.smithi008 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.208954+0000 mon.smithi008 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.209156+0000 mon.smithi008 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.209434+0000 mon.smithi008 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.214098+0000 mon.smithi008 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.214287+0000 mon.smithi008 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:40.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.214452+0000 mon.smithi008 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:40.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.236743+0000 mon.smithi008 (mon.0) 383 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:40.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.237391+0000 mon.smithi008 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T04:57:40.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:39.238025+0000 mon.smithi008 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:40.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:39.238572+0000 mgr.smithi008.jfvsle (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.5 on smithi008 2023-12-21T04:57:40.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.207894+0000 mon.smithi008 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:41.053 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:41.417 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":17,"num_osds":8,"num_up_osds":2,"osd_up_since":1703134660,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:41.523 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:39.100966+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:39.101015+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:40.212674+0000 mon.smithi008 (mon.0) 387 : cluster [INF] osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441] boot 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:40.212699+0000 mon.smithi008 (mon.0) 388 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.213132+0000 mon.smithi008 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.213453+0000 mon.smithi008 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.216864+0000 mon.smithi008 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.217090+0000 mon.smithi008 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.217309+0000 mon.smithi008 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.217539+0000 mon.smithi008 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.217782+0000 mon.smithi008 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.294009+0000 mon.smithi190 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.190:6808/1651355886,v1:172.21.15.190:6809/1651355886]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:57:41.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.294331+0000 mon.smithi008 (mon.0) 396 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:57:41.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.839928+0000 mon.smithi008 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:41.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.840644+0000 mon.smithi008 (mon.0) 398 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T04:57:41.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:40.841275+0000 mon.smithi008 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:41.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.053396+0000 mon.smithi008 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.8:0/1063521864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:39.100966+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:39.101015+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:40.212674+0000 mon.smithi008 (mon.0) 387 : cluster [INF] osd.1 [v2:172.21.15.8:6802/3198552441,v1:172.21.15.8:6803/3198552441] boot 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:40.212699+0000 mon.smithi008 (mon.0) 388 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.213132+0000 mon.smithi008 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.213453+0000 mon.smithi008 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.216864+0000 mon.smithi008 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.217090+0000 mon.smithi008 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:41.581 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.217309+0000 mon.smithi008 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:41.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.217539+0000 mon.smithi008 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:41.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.217782+0000 mon.smithi008 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:41.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.294009+0000 mon.smithi190 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.190:6808/1651355886,v1:172.21.15.190:6809/1651355886]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:57:41.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.294331+0000 mon.smithi008 (mon.0) 396 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:57:41.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.839928+0000 mon.smithi008 (mon.0) 397 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:41.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.840644+0000 mon.smithi008 (mon.0) 398 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T04:57:41.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:40.841275+0000 mon.smithi008 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:41.582 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.053396+0000 mon.smithi008 (mon.0) 400 : audit [DBG] from='client.? 172.21.15.8:0/1063521864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:42.419 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:40.841802+0000 mgr.smithi008.jfvsle (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.6 on smithi190 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:41.130998+0000 mgr.smithi008.jfvsle (mgr.14180) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.219878+0000 mon.smithi008 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:41.219928+0000 mon.smithi008 (mon.0) 402 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.220033+0000 mon.smithi008 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.220302+0000 mon.smithi008 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.220458+0000 mon.smithi008 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.220607+0000 mon.smithi008 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:42.489 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.220776+0000 mon.smithi008 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:42.490 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.220923+0000 mon.smithi008 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:42.490 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.233355+0000 mon.smithi190 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.190:6808/1651355886,v1:172.21.15.190:6809/1651355886]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:42.490 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:41.233811+0000 mon.smithi008 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:42.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:40.841802+0000 mgr.smithi008.jfvsle (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.6 on smithi190 2023-12-21T04:57:42.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:41.130998+0000 mgr.smithi008.jfvsle (mgr.14180) 81 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.219878+0000 mon.smithi008 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:41.219928+0000 mon.smithi008 (mon.0) 402 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.220033+0000 mon.smithi008 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.220302+0000 mon.smithi008 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.220458+0000 mon.smithi008 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.220607+0000 mon.smithi008 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.220776+0000 mon.smithi008 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.220923+0000 mon.smithi008 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.233355+0000 mon.smithi190 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.190:6808/1651355886,v1:172.21.15.190:6809/1651355886]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:42.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:41.233811+0000 mon.smithi008 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.221701+0000 mon.smithi008 (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:42.221768+0000 mon.smithi008 (mon.0) 411 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.222090+0000 mon.smithi008 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.222326+0000 mon.smithi008 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.222459+0000 mon.smithi008 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.222607+0000 mon.smithi008 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.222738+0000 mon.smithi008 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.222868+0000 mon.smithi008 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.229794+0000 mon.smithi008 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:43.395 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:42.434050+0000 mon.smithi008 (mon.0) 419 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.221701+0000 mon.smithi008 (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:42.221768+0000 mon.smithi008 (mon.0) 411 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.222090+0000 mon.smithi008 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.222326+0000 mon.smithi008 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.222459+0000 mon.smithi008 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.222607+0000 mon.smithi008 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.222738+0000 mon.smithi008 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.222868+0000 mon.smithi008 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.229794+0000 mon.smithi008 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:43.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:42.434050+0000 mon.smithi008 (mon.0) 419 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T04:57:43.884 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:44.215 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":20,"num_osds":8,"num_up_osds":3,"osd_up_since":1703134663,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:44.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:41.333556+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:44.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:41.333617+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:44.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:43.131246+0000 mgr.smithi008.jfvsle (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T04:57:44.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.229099+0000 mon.smithi008 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:44.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:43.232151+0000 mon.smithi008 (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.190:6808/1651355886,v1:172.21.15.190:6809/1651355886] boot 2023-12-21T04:57:44.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.232214+0000 mon.smithi008 (mon.0) 422 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T04:57:44.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:43.232279+0000 mon.smithi008 (mon.0) 423 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.232663+0000 mon.smithi008 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.233080+0000 mon.smithi008 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.233266+0000 mon.smithi008 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.233463+0000 mon.smithi008 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.233621+0000 mon.smithi008 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.233788+0000 mon.smithi008 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.233941+0000 mon.smithi008 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.234131+0000 mon.smithi008 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.696948+0000 mon.smithi008 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.698018+0000 mon.smithi008 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.698967+0000 mon.smithi008 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:43.884150+0000 mon.smithi008 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.8:0/2935207501' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.065860+0000 mon.smithi190 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.190:6816/1173699071,v1:172.21.15.190:6817/1173699071]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:57:44.499 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.066292+0000 mon.smithi008 (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:41.333556+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:41.333617+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:43.131246+0000 mgr.smithi008.jfvsle (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.229099+0000 mon.smithi008 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:43.232151+0000 mon.smithi008 (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.190:6808/1651355886,v1:172.21.15.190:6809/1651355886] boot 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.232214+0000 mon.smithi008 (mon.0) 422 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:43.232279+0000 mon.smithi008 (mon.0) 423 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.232663+0000 mon.smithi008 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.233080+0000 mon.smithi008 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.233266+0000 mon.smithi008 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.233463+0000 mon.smithi008 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.233621+0000 mon.smithi008 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.233788+0000 mon.smithi008 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.233941+0000 mon.smithi008 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:44.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.234131+0000 mon.smithi008 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T04:57:44.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.696948+0000 mon.smithi008 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:44.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.698018+0000 mon.smithi008 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T04:57:44.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.698967+0000 mon.smithi008 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:44.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:43.884150+0000 mon.smithi008 (mon.0) 435 : audit [DBG] from='client.? 172.21.15.8:0/2935207501' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:44.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.065860+0000 mon.smithi190 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.190:6816/1173699071,v1:172.21.15.190:6817/1173699071]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:57:44.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.066292+0000 mon.smithi008 (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:57:45.216 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:45.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:43.704052+0000 mgr.smithi008.jfvsle (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.7 on smithi008 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.233168+0000 mon.smithi008 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.233231+0000 mon.smithi008 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.233280+0000 mon.smithi008 (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:44.233357+0000 mon.smithi008 (mon.0) 440 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.233884+0000 mon.smithi008 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.234271+0000 mon.smithi008 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.234391+0000 mon.smithi190 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.190:6816/1173699071,v1:172.21.15.190:6817/1173699071]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.239274+0000 mon.smithi008 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.239739+0000 mon.smithi008 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.239999+0000 mon.smithi008 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.240210+0000 mon.smithi008 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.240485+0000 mon.smithi008 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.240835+0000 mon.smithi008 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T04:57:45.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:44.632307+0000 mon.smithi008 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:45.524 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:43.704052+0000 mgr.smithi008.jfvsle (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.7 on smithi008 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.233168+0000 mon.smithi008 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.233231+0000 mon.smithi008 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.233280+0000 mon.smithi008 (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:44.233357+0000 mon.smithi008 (mon.0) 440 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.233884+0000 mon.smithi008 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.234271+0000 mon.smithi008 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.234391+0000 mon.smithi190 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.190:6816/1173699071,v1:172.21.15.190:6817/1173699071]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.239274+0000 mon.smithi008 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.239739+0000 mon.smithi008 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.239999+0000 mon.smithi008 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.240210+0000 mon.smithi008 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:45.525 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.240485+0000 mon.smithi008 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:45.526 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.240835+0000 mon.smithi008 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T04:57:45.526 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:44.632307+0000 mon.smithi008 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:46.446 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:46.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:43.400944+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:46.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:43.400995+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:46.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:45.131575+0000 mgr.smithi008.jfvsle (mgr.14180) 84 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.241786+0000 mon.smithi008 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.244948+0000 mon.smithi008 (mon.0) 451 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.245042+0000 mon.smithi008 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:45.245112+0000 mon.smithi008 (mon.0) 453 : cluster [INF] osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806] boot 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:45.245147+0000 mon.smithi008 (mon.0) 454 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.245282+0000 mon.smithi008 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.245646+0000 mon.smithi008 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.245925+0000 mon.smithi008 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.246183+0000 mon.smithi008 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.246420+0000 mon.smithi008 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:46.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:45.251624+0000 mon.smithi008 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:46.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:43.400944+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:43.400995+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:45.131575+0000 mgr.smithi008.jfvsle (mgr.14180) 84 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.241786+0000 mon.smithi008 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.244948+0000 mon.smithi008 (mon.0) 451 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.245042+0000 mon.smithi008 (mon.0) 452 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:45.245112+0000 mon.smithi008 (mon.0) 453 : cluster [INF] osd.3 [v2:172.21.15.8:6810/4265832806,v1:172.21.15.8:6811/4265832806] boot 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:45.245147+0000 mon.smithi008 (mon.0) 454 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.245282+0000 mon.smithi008 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.245646+0000 mon.smithi008 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.245925+0000 mon.smithi008 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.246183+0000 mon.smithi008 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:46.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.246420+0000 mon.smithi008 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:46.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:45.251624+0000 mon.smithi008 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:46.776 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":23,"num_osds":8,"num_up_osds":5,"osd_up_since":1703134666,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:47.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:45.053071+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:45.053114+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:46.245856+0000 mon.smithi008 (mon.0) 461 : cluster [INF] osd.4 [v2:172.21.15.190:6816/1173699071,v1:172.21.15.190:6817/1173699071] boot 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:46.245906+0000 mon.smithi008 (mon.0) 462 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:46.246038+0000 mon.smithi008 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:46.246362+0000 mon.smithi008 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:46.246498+0000 mon.smithi008 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:46.246634+0000 mon.smithi008 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:46.445063+0000 mon.smithi008 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.8:0/755180273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:46.731109+0000 mon.smithi008 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:47.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:46.809673+0000 mon.smithi008 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T04:57:47.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:45.053071+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:45.053114+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:46.245856+0000 mon.smithi008 (mon.0) 461 : cluster [INF] osd.4 [v2:172.21.15.190:6816/1173699071,v1:172.21.15.190:6817/1173699071] boot 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:46.245906+0000 mon.smithi008 (mon.0) 462 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:46.246038+0000 mon.smithi008 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:46.246362+0000 mon.smithi008 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:46.246498+0000 mon.smithi008 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:46.246634+0000 mon.smithi008 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:46.445063+0000 mon.smithi008 (mon.0) 467 : audit [DBG] from='client.? 172.21.15.8:0/755180273' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:46.731109+0000 mon.smithi008 (mon.0) 468 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:47.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:46.809673+0000 mon.smithi008 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T04:57:47.777 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:47.131914+0000 mgr.smithi008.jfvsle (mgr.14180) 85 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:47.732153+0000 mon.smithi008 (mon.0) 470 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:47.732206+0000 mon.smithi008 (mon.0) 471 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:47.732333+0000 mon.smithi008 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:47.732706+0000 mon.smithi008 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:47.732956+0000 mon.smithi008 (mon.0) 474 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:47.733260+0000 mon.smithi008 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:47.755346+0000 mon.smithi008 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:48.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:47.830940+0000 mon.smithi190 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.190:6824/3246253965,v1:172.21.15.190:6825/3246253965]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:57:48.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:47.831298+0000 mon.smithi008 (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:57:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:47.131914+0000 mgr.smithi008.jfvsle (mgr.14180) 85 : cluster [DBG] pgmap v54: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-21T04:57:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:47.732153+0000 mon.smithi008 (mon.0) 470 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T04:57:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:47.732206+0000 mon.smithi008 (mon.0) 471 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-12-21T04:57:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:47.732333+0000 mon.smithi008 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:47.732706+0000 mon.smithi008 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:47.732956+0000 mon.smithi008 (mon.0) 474 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-12-21T04:57:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:47.733260+0000 mon.smithi008 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:47.755346+0000 mon.smithi008 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:48.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:47.830940+0000 mon.smithi190 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.190:6824/3246253965,v1:172.21.15.190:6825/3246253965]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:57:48.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:47.831298+0000 mon.smithi008 (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:57:49.447 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:49.775 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":25,"num_osds":8,"num_up_osds":5,"osd_up_since":1703134666,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:50.037 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:48.733784+0000 mon.smithi008 (mon.0) 478 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:48.733834+0000 mon.smithi008 (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:48.733874+0000 mon.smithi008 (mon.0) 480 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:48.734014+0000 mon.smithi008 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:48.734436+0000 mon.smithi008 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:48.734813+0000 mon.smithi008 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:48.737108+0000 mon.smithi008 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:48.740076+0000 mon.smithi190 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.190:6824/3246253965,v1:172.21.15.190:6825/3246253965]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:48.740439+0000 mon.smithi008 (mon.0) 485 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:49.132250+0000 mgr.smithi008.jfvsle (mgr.14180) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-21T04:57:50.038 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:49.446907+0000 mon.smithi008 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.8:0/2565162328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:50.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:48.733784+0000 mon.smithi008 (mon.0) 478 : audit [INF] from='osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:48.733834+0000 mon.smithi008 (mon.0) 479 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:48.733874+0000 mon.smithi008 (mon.0) 480 : cluster [DBG] osdmap e25: 8 total, 5 up, 8 in 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:48.734014+0000 mon.smithi008 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:48.734436+0000 mon.smithi008 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:48.734813+0000 mon.smithi008 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:48.737108+0000 mon.smithi008 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:48.740076+0000 mon.smithi190 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.190:6824/3246253965,v1:172.21.15.190:6825/3246253965]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:48.740439+0000 mon.smithi008 (mon.0) 485 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:49.132250+0000 mgr.smithi008.jfvsle (mgr.14180) 86 : cluster [DBG] pgmap v57: 1 pgs: 1 creating+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-21T04:57:50.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:49.446907+0000 mon.smithi008 (mon.0) 486 : audit [DBG] from='client.? 172.21.15.8:0/2565162328' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:50.777 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:50.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:47.785942+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:50.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:47.786015+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:50.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:49.735436+0000 mon.smithi008 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-21T04:57:50.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:49.735498+0000 mon.smithi008 (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954] boot 2023-12-21T04:57:50.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:49.735518+0000 mon.smithi008 (mon.0) 489 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-12-21T04:57:50.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:49.736048+0000 mon.smithi008 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:50.967 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:49.736302+0000 mon.smithi008 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:50.968 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:49.736508+0000 mon.smithi008 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:50.968 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:49.742912+0000 mon.smithi008 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:50.968 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:50.155809+0000 mon.smithi008 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:50.968 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:50.157713+0000 mon.smithi008 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:57:51.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:47.785942+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:51.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:47.786015+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:51.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:49.735436+0000 mon.smithi008 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-12-21T04:57:51.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:49.735498+0000 mon.smithi008 (mon.0) 488 : cluster [INF] osd.5 [v2:172.21.15.8:6818/2725276954,v1:172.21.15.8:6819/2725276954] boot 2023-12-21T04:57:51.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:49.735518+0000 mon.smithi008 (mon.0) 489 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-12-21T04:57:51.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:49.736048+0000 mon.smithi008 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:57:51.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:49.736302+0000 mon.smithi008 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:51.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:49.736508+0000 mon.smithi008 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:51.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:49.742912+0000 mon.smithi008 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:51.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:50.155809+0000 mon.smithi008 (mon.0) 494 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:51.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:50.157713+0000 mon.smithi008 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:57:52.031 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:48.853962+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:52.031 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:48.854012+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:52.031 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:50.744154+0000 mon.smithi008 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:52.031 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:50.746534+0000 mon.smithi008 (mon.0) 497 : cluster [INF] osd.6 [v2:172.21.15.190:6824/3246253965,v1:172.21.15.190:6825/3246253965] boot 2023-12-21T04:57:52.031 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:50.746559+0000 mon.smithi008 (mon.0) 498 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-21T04:57:52.032 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:50.746676+0000 mon.smithi008 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:52.032 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:50.747046+0000 mon.smithi008 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:52.032 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:50.969729+0000 mon.smithi008 (mon.0) 501 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T04:57:52.032 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:51.132555+0000 mgr.smithi008.jfvsle (mgr.14180) 87 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:57:52.032 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:51.524933+0000 mon.smithi008 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:52.044 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:48.853962+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:48.854012+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:50.744154+0000 mon.smithi008 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:50.746534+0000 mon.smithi008 (mon.0) 497 : cluster [INF] osd.6 [v2:172.21.15.190:6824/3246253965,v1:172.21.15.190:6825/3246253965] boot 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:50.746559+0000 mon.smithi008 (mon.0) 498 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:50.746676+0000 mon.smithi008 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:50.747046+0000 mon.smithi008 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:50.969729+0000 mon.smithi008 (mon.0) 501 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:51.132555+0000 mgr.smithi008.jfvsle (mgr.14180) 87 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:57:52.045 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:51.524933+0000 mon.smithi008 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:52.412 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:52.889 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1703134670,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:53.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:51.752295+0000 mon.smithi008 (mon.0) 503 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T04:57:53.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:51.752346+0000 mon.smithi008 (mon.0) 504 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-21T04:57:53.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:51.752435+0000 mon.smithi008 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:53.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:51.752829+0000 mon.smithi008 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-12-21T04:57:53.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:52.412651+0000 mon.smithi008 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.8:0/3290517480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:53.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:51.752295+0000 mon.smithi008 (mon.0) 503 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T04:57:53.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:51.752346+0000 mon.smithi008 (mon.0) 504 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-12-21T04:57:53.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:51.752435+0000 mon.smithi008 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:53.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:51.752829+0000 mon.smithi008 (mon.0) 506 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2023-12-21T04:57:53.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:52.412651+0000 mon.smithi008 (mon.0) 507 : audit [DBG] from='client.? 172.21.15.8:0/3290517480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:53.828 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:52.754076+0000 mon.smithi008 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-12-21T04:57:53.828 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:52.754124+0000 mon.smithi008 (mon.0) 509 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-21T04:57:53.828 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:52.754419+0000 mon.smithi008 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:53.828 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:52.758644+0000 mon.smithi008 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:53.828 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:53.055822+0000 mon.smithi008 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:53.829 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:53.132816+0000 mgr.smithi008.jfvsle (mgr.14180) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:57:53.890 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:57:54.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:52.754076+0000 mon.smithi008 (mon.0) 508 : audit [INF] from='osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2023-12-21T04:57:54.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:52.754124+0000 mon.smithi008 (mon.0) 509 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-12-21T04:57:54.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:52.754419+0000 mon.smithi008 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:54.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:52.758644+0000 mon.smithi008 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:54.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:53.055822+0000 mon.smithi008 (mon.0) 512 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:54.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:53.132816+0000 mgr.smithi008.jfvsle (mgr.14180) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:51.943182+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:51.943258+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:53.759461+0000 mon.smithi008 (mon.0) 513 : cluster [INF] osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124] boot 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:53.759498+0000 mon.smithi008 (mon.0) 514 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:53.759839+0000 mon.smithi008 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:54.061164+0000 mgr.smithi008.jfvsle (mgr.14180) 89 : cephadm [INF] Detected new or changed devices on smithi190 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:54.066213+0000 mon.smithi008 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:54.334237+0000 mon.smithi008 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:54.335090+0000 mon.smithi008 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:54.335835+0000 mon.smithi008 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:54.336563+0000 mon.smithi008 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:54.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:54.337151+0000 mgr.smithi008.jfvsle (mgr.14180) 90 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 3992M 2023-12-21T04:57:54.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:54.340888+0000 mon.smithi008 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:55.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:51.943182+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:57:55.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:51.943258+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:53.759461+0000 mon.smithi008 (mon.0) 513 : cluster [INF] osd.7 [v2:172.21.15.8:6826/851520124,v1:172.21.15.8:6827/851520124] boot 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:53.759498+0000 mon.smithi008 (mon.0) 514 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:53.759839+0000 mon.smithi008 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:54.061164+0000 mgr.smithi008.jfvsle (mgr.14180) 89 : cephadm [INF] Detected new or changed devices on smithi190 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:54.066213+0000 mon.smithi008 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:54.334237+0000 mon.smithi008 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:54.335090+0000 mon.smithi008 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:54.335835+0000 mon.smithi008 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:54.336563+0000 mon.smithi008 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:54.337151+0000 mgr.smithi008.jfvsle (mgr.14180) 90 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 3992M 2023-12-21T04:57:55.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:54.340888+0000 mon.smithi008 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:55.244 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:57:55.764 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1703134673,"num_in_osds":8,"osd_in_since":1703134645,"num_remapped_pgs":0} 2023-12-21T04:57:55.765 INFO:tasks.cephadm:Setting up client nodes... 2023-12-21T04:57:55.765 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T04:57:56.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:54.764519+0000 mon.smithi008 (mon.0) 522 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-21T04:57:56.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:55.133134+0000 mgr.smithi008.jfvsle (mgr.14180) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:56.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:55.244792+0000 mon.smithi008 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.8:0/884472114' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:56.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:54.764519+0000 mon.smithi008 (mon.0) 522 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-12-21T04:57:56.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:55.133134+0000 mgr.smithi008.jfvsle (mgr.14180) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:56.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:55.244792+0000 mon.smithi008 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.8:0/884472114' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:57:57.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:55.772315+0000 mon.smithi008 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-21T04:57:57.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:55.897201+0000 mgr.smithi008.jfvsle (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi008 2023-12-21T04:57:57.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:55.903844+0000 mon.smithi008 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:57.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.260597+0000 mon.smithi008 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:57.026 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.261237+0000 mon.smithi008 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.261776+0000 mon.smithi008 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.262283+0000 mon.smithi008 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:57:56.262700+0000 mgr.smithi008.jfvsle (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 3225M 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.266435+0000 mon.smithi008 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.267331+0000 mon.smithi008 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.268068+0000 mon.smithi008 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.272289+0000 mon.smithi008 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.276137+0000 mon.smithi008 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.278845+0000 mon.smithi008 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.279723+0000 mon.smithi008 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.279860+0000 mon.smithi008 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:57.027 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:56.280256+0000 mon.smithi008 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:57.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:55.772315+0000 mon.smithi008 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-12-21T04:57:57.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:55.897201+0000 mgr.smithi008.jfvsle (mgr.14180) 92 : cephadm [INF] Detected new or changed devices on smithi008 2023-12-21T04:57:57.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:55.903844+0000 mon.smithi008 (mon.0) 525 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:57.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.260597+0000 mon.smithi008 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:57.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.261237+0000 mon.smithi008 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.261776+0000 mon.smithi008 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.262283+0000 mon.smithi008 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:57:56.262700+0000 mgr.smithi008.jfvsle (mgr.14180) 93 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 3225M 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.266435+0000 mon.smithi008 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.267331+0000 mon.smithi008 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.268068+0000 mon.smithi008 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.272289+0000 mon.smithi008 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.276137+0000 mon.smithi008 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.278845+0000 mon.smithi008 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.279723+0000 mon.smithi008 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.279860+0000 mon.smithi008 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:57.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:56.280256+0000 mon.smithi008 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:57.428 INFO:teuthology.orchestra.run.smithi008.stdout:[client.0] 2023-12-21T04:57:57.428 INFO:teuthology.orchestra.run.smithi008.stdout: key = AQDVxYNllYZFGRAABJMJPxZFlkUxZ9zG1zvPUQ== 2023-12-21T04:57:57.814 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T04:57:57.814 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-21T04:57:57.814 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-21T04:57:57.859 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T04:57:58.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:57.133441+0000 mgr.smithi008.jfvsle (mgr.14180) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:58.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:57.423837+0000 mon.smithi008 (mon.0) 539 : audit [INF] from='client.? 172.21.15.8:0/3944121991' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:57:58.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:57:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:57.428119+0000 mon.smithi008 (mon.0) 540 : audit [INF] from='client.? 172.21.15.8:0/3944121991' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:57:58.186 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:57.133441+0000 mgr.smithi008.jfvsle (mgr.14180) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:57:58.187 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:57.423837+0000 mon.smithi008 (mon.0) 539 : audit [INF] from='client.? 172.21.15.8:0/3944121991' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:57:58.187 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:57:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:57.428119+0000 mon.smithi008 (mon.0) 540 : audit [INF] from='client.? 172.21.15.8:0/3944121991' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:57:59.671 INFO:teuthology.orchestra.run.smithi190.stdout:[client.1] 2023-12-21T04:57:59.671 INFO:teuthology.orchestra.run.smithi190.stdout: key = AQDXxYNlr4DVJxAApnpaK1FZvSbqMNwabvmh/g== 2023-12-21T04:58:00.177 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T04:58:00.177 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-21T04:58:00.178 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-21T04:58:00.218 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:58:00.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:57:59.133858+0000 mgr.smithi008.jfvsle (mgr.14180) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:00.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:59.667709+0000 mon.smithi190 (mon.1) 19 : audit [INF] from='client.? 172.21.15.190:0/770455952' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:58:00.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:59.668122+0000 mon.smithi008 (mon.0) 541 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:58:00.315 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:57:59.671224+0000 mon.smithi008 (mon.0) 542 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:58:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:57:59.133858+0000 mgr.smithi008.jfvsle (mgr.14180) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:59.667709+0000 mon.smithi190 (mon.1) 19 : audit [INF] from='client.? 172.21.15.190:0/770455952' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:58:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:59.668122+0000 mon.smithi008 (mon.0) 541 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:58:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:57:59.671224+0000 mon.smithi008 (mon.0) 542 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:58:00.514 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:02.012 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:58:02.012 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":32,"fsid":"0316fe7c-9fbd-11ee-95a5-87774f69a715","created":"2023-12-21T04:54:58.564325+0000","modified":"2023-12-21T04:57:55.765891+0000","last_up_change":"2023-12-21T04:57:53.755800+0000","last_in_change":"2023-12-21T04:57:25.231797+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:57:43.692028+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0fc22676-c3b7-4b93-a95e-794b1ba45add","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6801","nonce":2902621208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6803","nonce":2902621208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6807","nonce":2902621208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6805","nonce":2902621208}]},"public_addr":"172.21.15.190:6801/2902621208","cluster_addr":"172.21.15.190:6803/2902621208","heartbeat_back_addr":"172.21.15.190:6807/2902621208","heartbeat_front_addr":"172.21.15.190:6805/2902621208","state":["exists","up"]},{"osd":1,"uuid":"37be8e6b-015a-474b-9dac-dcb6e0d3eb83","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6803","nonce":3198552441}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6805","nonce":3198552441}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6809","nonce":3198552441}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6807","nonce":3198552441}]},"public_addr":"172.21.15.8:6803/3198552441","cluster_addr":"172.21.15.8:6805/3198552441","heartbeat_back_addr":"172.21.15.8:6809/3198552441","heartbeat_front_addr":"172.21.15.8:6807/3198552441","state":["exists","up"]},{"osd":2,"uuid":"14c122a6-23b0-452d-a860-42e442ff6d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6809","nonce":1651355886}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6811","nonce":1651355886}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6815","nonce":1651355886}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6813","nonce":1651355886}]},"public_addr":"172.21.15.190:6809/1651355886","cluster_addr":"172.21.15.190:6811/1651355886","heartbeat_back_addr":"172.21.15.190:6815/1651355886","heartbeat_front_addr":"172.21.15.190:6813/1651355886","state":["exists","up"]},{"osd":3,"uuid":"01de6d6f-5163-4f92-bbc9-19af52947536","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6811","nonce":4265832806}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6813","nonce":4265832806}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6817","nonce":4265832806}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6815","nonce":4265832806}]},"public_addr":"172.21.15.8:6811/4265832806","cluster_addr":"172.21.15.8:6813/4265832806","heartbeat_back_addr":"172.21.15.8:6817/4265832806","heartbeat_front_addr":"172.21.15.8:6815/4265832806","state":["exists","up"]},{"osd":4,"uuid":"f160db11-2195-4918-a889-eb84e78d0349","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6817","nonce":1173699071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6819","nonce":1173699071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6823","nonce":1173699071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6821","nonce":1173699071}]},"public_addr":"172.21.15.190:6817/1173699071","cluster_addr":"172.21.15.190:6819/1173699071","heartbeat_back_addr":"172.21.15.190:6823/1173699071","heartbeat_front_addr":"172.21.15.190:6821/1173699071","state":["exists","up"]},{"osd":5,"uuid":"a0fcbbb3-497c-43ea-8be1-3493f291fd0a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6819","nonce":2725276954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6821","nonce":2725276954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6825","nonce":2725276954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6823","nonce":2725276954}]},"public_addr":"172.21.15.8:6819/2725276954","cluster_addr":"172.21.15.8:6821/2725276954","heartbeat_back_addr":"172.21.15.8:6825/2725276954","heartbeat_front_addr":"172.21.15.8:6823/2725276954","state":["exists","up"]},{"osd":6,"uuid":"f30a9450-2541-4c12-b921-2fbbe24170cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6825","nonce":3246253965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6827","nonce":3246253965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6831","nonce":3246253965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6829","nonce":3246253965}]},"public_addr":"172.21.15.190:6825/3246253965","cluster_addr":"172.21.15.190:6827/3246253965","heartbeat_back_addr":"172.21.15.190:6831/3246253965","heartbeat_front_addr":"172.21.15.190:6829/3246253965","state":["exists","up"]},{"osd":7,"uuid":"1f8dfce3-e6b7-4a23-9e7b-0118e7a92467","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6827","nonce":851520124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6829","nonce":851520124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6833","nonce":851520124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6831","nonce":851520124}]},"public_addr":"172.21.15.8:6827/851520124","cluster_addr":"172.21.15.8:6829/851520124","heartbeat_back_addr":"172.21.15.8:6833/851520124","heartbeat_front_addr":"172.21.15.8:6831/851520124","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:37.903599+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:39.101017+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:41.333619+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:43.400998+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:45.053117+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:47.786019+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:48.854015+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:51.943262+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6801/389100292":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6800/389100292":"2023-12-22T04:56:23.116596+0000","172.21.15.8:0/2720259238":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6801/1860945847":"2023-12-22T04:55:46.652557+0000","172.21.15.8:6800/1860945847":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/3741521744":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/1385483270":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/1751439109":"2023-12-22T04:55:18.635464+0000","172.21.15.8:0/4134867565":"2023-12-22T04:55:18.635464+0000","172.21.15.8:6800/3562598798":"2023-12-22T04:55:18.635464+0000","172.21.15.8:0/2399562105":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6801/3562598798":"2023-12-22T04:55:18.635464+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:58:02.334 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-21T04:57:43.692028+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-21T04:58:02.334 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-21T04:58:02.520 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:01.134192+0000 mgr.smithi008.jfvsle (mgr.14180) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:02.520 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:02.011361+0000 mon.smithi008 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.8:0/3980583688' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:58:02.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:01.134192+0000 mgr.smithi008.jfvsle (mgr.14180) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:02.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:02.011361+0000 mon.smithi008 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.8:0/3980583688' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:58:02.842 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:03.929 INFO:teuthology.orchestra.run.smithi008.stdout:pg_num: 1 2023-12-21T04:58:03.953 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:02.873190+0000 mon.smithi008 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:03.953 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:03.134515+0000 mgr.smithi008.jfvsle (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:03.953 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:03.219570+0000 mon.smithi008 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:04.312 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-21T04:58:04.313 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-21T04:58:04.313 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-21T04:58:04.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:02.873190+0000 mon.smithi008 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:04.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:03.134515+0000 mgr.smithi008.jfvsle (mgr.14180) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:04.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:03.219570+0000 mon.smithi008 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:04.592 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:05.015 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:03.929369+0000 mon.smithi008 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.8:0/1841373971' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T04:58:05.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:03.929369+0000 mon.smithi008 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.8:0/1841373971' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T04:58:05.690 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:58:06.061 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:05.134866+0000 mgr.smithi008.jfvsle (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:06.061 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:05.686467+0000 mon.smithi008 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.8:0/890277862' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T04:58:06.062 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi008.jfvsle","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6800","nonce":2914231853},{"type":"v1","addr":"172.21.15.8:6801","nonce":2914231853}]},"active_addr":"172.21.15.8:6801/2914231853","active_change":"2023-12-21T04:56:23.116759+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi190.kwqfdz","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.8:8443/","prometheus":"http://172.21.15.8: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.8:0","nonce":2393781007}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":2697172797}]}]} 2023-12-21T04:58:06.068 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-21T04:58:06.068 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-21T04:58:06.068 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:58:06.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:05.134866+0000 mgr.smithi008.jfvsle (mgr.14180) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:06.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:05.686467+0000 mon.smithi008 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.8:0/890277862' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T04:58:06.344 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:07.439 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:58:07.439 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":32,"fsid":"0316fe7c-9fbd-11ee-95a5-87774f69a715","created":"2023-12-21T04:54:58.564325+0000","modified":"2023-12-21T04:57:55.765891+0000","last_up_change":"2023-12-21T04:57:53.755800+0000","last_in_change":"2023-12-21T04:57:25.231797+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:57:43.692028+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0fc22676-c3b7-4b93-a95e-794b1ba45add","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6801","nonce":2902621208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6803","nonce":2902621208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6807","nonce":2902621208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6805","nonce":2902621208}]},"public_addr":"172.21.15.190:6801/2902621208","cluster_addr":"172.21.15.190:6803/2902621208","heartbeat_back_addr":"172.21.15.190:6807/2902621208","heartbeat_front_addr":"172.21.15.190:6805/2902621208","state":["exists","up"]},{"osd":1,"uuid":"37be8e6b-015a-474b-9dac-dcb6e0d3eb83","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6803","nonce":3198552441}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6805","nonce":3198552441}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6809","nonce":3198552441}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6807","nonce":3198552441}]},"public_addr":"172.21.15.8:6803/3198552441","cluster_addr":"172.21.15.8:6805/3198552441","heartbeat_back_addr":"172.21.15.8:6809/3198552441","heartbeat_front_addr":"172.21.15.8:6807/3198552441","state":["exists","up"]},{"osd":2,"uuid":"14c122a6-23b0-452d-a860-42e442ff6d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6809","nonce":1651355886}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6811","nonce":1651355886}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6815","nonce":1651355886}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6813","nonce":1651355886}]},"public_addr":"172.21.15.190:6809/1651355886","cluster_addr":"172.21.15.190:6811/1651355886","heartbeat_back_addr":"172.21.15.190:6815/1651355886","heartbeat_front_addr":"172.21.15.190:6813/1651355886","state":["exists","up"]},{"osd":3,"uuid":"01de6d6f-5163-4f92-bbc9-19af52947536","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6811","nonce":4265832806}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6813","nonce":4265832806}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6817","nonce":4265832806}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6815","nonce":4265832806}]},"public_addr":"172.21.15.8:6811/4265832806","cluster_addr":"172.21.15.8:6813/4265832806","heartbeat_back_addr":"172.21.15.8:6817/4265832806","heartbeat_front_addr":"172.21.15.8:6815/4265832806","state":["exists","up"]},{"osd":4,"uuid":"f160db11-2195-4918-a889-eb84e78d0349","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6817","nonce":1173699071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6819","nonce":1173699071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6823","nonce":1173699071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6821","nonce":1173699071}]},"public_addr":"172.21.15.190:6817/1173699071","cluster_addr":"172.21.15.190:6819/1173699071","heartbeat_back_addr":"172.21.15.190:6823/1173699071","heartbeat_front_addr":"172.21.15.190:6821/1173699071","state":["exists","up"]},{"osd":5,"uuid":"a0fcbbb3-497c-43ea-8be1-3493f291fd0a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6819","nonce":2725276954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6821","nonce":2725276954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6825","nonce":2725276954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6823","nonce":2725276954}]},"public_addr":"172.21.15.8:6819/2725276954","cluster_addr":"172.21.15.8:6821/2725276954","heartbeat_back_addr":"172.21.15.8:6825/2725276954","heartbeat_front_addr":"172.21.15.8:6823/2725276954","state":["exists","up"]},{"osd":6,"uuid":"f30a9450-2541-4c12-b921-2fbbe24170cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6825","nonce":3246253965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6827","nonce":3246253965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6831","nonce":3246253965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6829","nonce":3246253965}]},"public_addr":"172.21.15.190:6825/3246253965","cluster_addr":"172.21.15.190:6827/3246253965","heartbeat_back_addr":"172.21.15.190:6831/3246253965","heartbeat_front_addr":"172.21.15.190:6829/3246253965","state":["exists","up"]},{"osd":7,"uuid":"1f8dfce3-e6b7-4a23-9e7b-0118e7a92467","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6827","nonce":851520124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6829","nonce":851520124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6833","nonce":851520124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6831","nonce":851520124}]},"public_addr":"172.21.15.8:6827/851520124","cluster_addr":"172.21.15.8:6829/851520124","heartbeat_back_addr":"172.21.15.8:6833/851520124","heartbeat_front_addr":"172.21.15.8:6831/851520124","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:37.903599+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:39.101017+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:41.333619+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:43.400998+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:45.053117+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:47.786019+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:48.854015+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:51.943262+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6801/389100292":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6800/389100292":"2023-12-22T04:56:23.116596+0000","172.21.15.8:0/2720259238":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6801/1860945847":"2023-12-22T04:55:46.652557+0000","172.21.15.8:6800/1860945847":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/3741521744":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/1385483270":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/1751439109":"2023-12-22T04:55:18.635464+0000","172.21.15.8:0/4134867565":"2023-12-22T04:55:18.635464+0000","172.21.15.8:6800/3562598798":"2023-12-22T04:55:18.635464+0000","172.21.15.8:0/2399562105":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6801/3562598798":"2023-12-22T04:55:18.635464+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:58:07.820 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-21T04:58:07.820 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:58:08.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:07.135297+0000 mgr.smithi008.jfvsle (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:08.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:07.438479+0000 mon.smithi008 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.8:0/188851489' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:58:08.093 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:08.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:07.135297+0000 mgr.smithi008.jfvsle (mgr.14180) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:08.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:07.438479+0000 mon.smithi008 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.8:0/188851489' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:58:09.249 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:58:09.249 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":32,"fsid":"0316fe7c-9fbd-11ee-95a5-87774f69a715","created":"2023-12-21T04:54:58.564325+0000","modified":"2023-12-21T04:57:55.765891+0000","last_up_change":"2023-12-21T04:57:53.755800+0000","last_in_change":"2023-12-21T04:57:25.231797+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:57:43.692028+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0fc22676-c3b7-4b93-a95e-794b1ba45add","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6800","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6801","nonce":2902621208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6803","nonce":2902621208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6807","nonce":2902621208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2902621208},{"type":"v1","addr":"172.21.15.190:6805","nonce":2902621208}]},"public_addr":"172.21.15.190:6801/2902621208","cluster_addr":"172.21.15.190:6803/2902621208","heartbeat_back_addr":"172.21.15.190:6807/2902621208","heartbeat_front_addr":"172.21.15.190:6805/2902621208","state":["exists","up"]},{"osd":1,"uuid":"37be8e6b-015a-474b-9dac-dcb6e0d3eb83","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6803","nonce":3198552441}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6805","nonce":3198552441}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6809","nonce":3198552441}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3198552441},{"type":"v1","addr":"172.21.15.8:6807","nonce":3198552441}]},"public_addr":"172.21.15.8:6803/3198552441","cluster_addr":"172.21.15.8:6805/3198552441","heartbeat_back_addr":"172.21.15.8:6809/3198552441","heartbeat_front_addr":"172.21.15.8:6807/3198552441","state":["exists","up"]},{"osd":2,"uuid":"14c122a6-23b0-452d-a860-42e442ff6d8a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6809","nonce":1651355886}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6811","nonce":1651355886}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6815","nonce":1651355886}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":1651355886},{"type":"v1","addr":"172.21.15.190:6813","nonce":1651355886}]},"public_addr":"172.21.15.190:6809/1651355886","cluster_addr":"172.21.15.190:6811/1651355886","heartbeat_back_addr":"172.21.15.190:6815/1651355886","heartbeat_front_addr":"172.21.15.190:6813/1651355886","state":["exists","up"]},{"osd":3,"uuid":"01de6d6f-5163-4f92-bbc9-19af52947536","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6810","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6811","nonce":4265832806}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6812","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6813","nonce":4265832806}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6816","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6817","nonce":4265832806}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6814","nonce":4265832806},{"type":"v1","addr":"172.21.15.8:6815","nonce":4265832806}]},"public_addr":"172.21.15.8:6811/4265832806","cluster_addr":"172.21.15.8:6813/4265832806","heartbeat_back_addr":"172.21.15.8:6817/4265832806","heartbeat_front_addr":"172.21.15.8:6815/4265832806","state":["exists","up"]},{"osd":4,"uuid":"f160db11-2195-4918-a889-eb84e78d0349","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6817","nonce":1173699071}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6819","nonce":1173699071}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6823","nonce":1173699071}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":1173699071},{"type":"v1","addr":"172.21.15.190:6821","nonce":1173699071}]},"public_addr":"172.21.15.190:6817/1173699071","cluster_addr":"172.21.15.190:6819/1173699071","heartbeat_back_addr":"172.21.15.190:6823/1173699071","heartbeat_front_addr":"172.21.15.190:6821/1173699071","state":["exists","up"]},{"osd":5,"uuid":"a0fcbbb3-497c-43ea-8be1-3493f291fd0a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6818","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6819","nonce":2725276954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6820","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6821","nonce":2725276954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6824","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6825","nonce":2725276954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6822","nonce":2725276954},{"type":"v1","addr":"172.21.15.8:6823","nonce":2725276954}]},"public_addr":"172.21.15.8:6819/2725276954","cluster_addr":"172.21.15.8:6821/2725276954","heartbeat_back_addr":"172.21.15.8:6825/2725276954","heartbeat_front_addr":"172.21.15.8:6823/2725276954","state":["exists","up"]},{"osd":6,"uuid":"f30a9450-2541-4c12-b921-2fbbe24170cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6825","nonce":3246253965}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6827","nonce":3246253965}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6831","nonce":3246253965}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3246253965},{"type":"v1","addr":"172.21.15.190:6829","nonce":3246253965}]},"public_addr":"172.21.15.190:6825/3246253965","cluster_addr":"172.21.15.190:6827/3246253965","heartbeat_back_addr":"172.21.15.190:6831/3246253965","heartbeat_front_addr":"172.21.15.190:6829/3246253965","state":["exists","up"]},{"osd":7,"uuid":"1f8dfce3-e6b7-4a23-9e7b-0118e7a92467","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6826","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6827","nonce":851520124}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6828","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6829","nonce":851520124}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6832","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6833","nonce":851520124}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6830","nonce":851520124},{"type":"v1","addr":"172.21.15.8:6831","nonce":851520124}]},"public_addr":"172.21.15.8:6827/851520124","cluster_addr":"172.21.15.8:6829/851520124","heartbeat_back_addr":"172.21.15.8:6833/851520124","heartbeat_front_addr":"172.21.15.8:6831/851520124","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:37.903599+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:39.101017+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:41.333619+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:43.400998+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:45.053117+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:47.786019+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:48.854015+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:57:51.943262+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:6801/389100292":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6800/389100292":"2023-12-22T04:56:23.116596+0000","172.21.15.8:0/2720259238":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6801/1860945847":"2023-12-22T04:55:46.652557+0000","172.21.15.8:6800/1860945847":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/3741521744":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/1385483270":"2023-12-22T04:55:46.652557+0000","172.21.15.8:0/1751439109":"2023-12-22T04:55:18.635464+0000","172.21.15.8:0/4134867565":"2023-12-22T04:55:18.635464+0000","172.21.15.8:6800/3562598798":"2023-12-22T04:55:18.635464+0000","172.21.15.8:0/2399562105":"2023-12-22T04:56:23.116596+0000","172.21.15.8:6801/3562598798":"2023-12-22T04:55:18.635464+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:58:09.637 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-21T04:58:09.909 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:10.323 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:09.135575+0000 mgr.smithi008.jfvsle (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:10.323 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:09.248081+0000 mon.smithi008 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.8:0/3298592672' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:58:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:09.135575+0000 mgr.smithi008.jfvsle (mgr.14180) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:09.248081+0000 mon.smithi008 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.8:0/3298592672' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:58:11.178 INFO:teuthology.orchestra.run.smithi008.stdout:68719476745 2023-12-21T04:58:11.178 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-21T04:58:11.452 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:12.533 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:11.136052+0000 mgr.smithi008.jfvsle (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:12.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:11.136052+0000 mgr.smithi008.jfvsle (mgr.14180) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:12.719 INFO:teuthology.orchestra.run.smithi008.stdout:73014444042 2023-12-21T04:58:12.719 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-21T04:58:12.993 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:14.336 INFO:teuthology.orchestra.run.smithi008.stdout:85899345929 2023-12-21T04:58:14.336 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-21T04:58:14.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:13.136459+0000 mgr.smithi008.jfvsle (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:13.136459+0000 mgr.smithi008.jfvsle (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:14.614 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:15.878 INFO:teuthology.orchestra.run.smithi008.stdout:94489280519 2023-12-21T04:58:15.879 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-21T04:58:16.193 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:16.530 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:15.136776+0000 mgr.smithi008.jfvsle (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:15.136776+0000 mgr.smithi008.jfvsle (mgr.14180) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:17.510 INFO:teuthology.orchestra.run.smithi008.stdout:98784247816 2023-12-21T04:58:17.511 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-21T04:58:17.783 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:18.188 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:17.137026+0000 mgr.smithi008.jfvsle (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:18.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:17.137026+0000 mgr.smithi008.jfvsle (mgr.14180) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:19.076 INFO:teuthology.orchestra.run.smithi008.stdout:111669149703 2023-12-21T04:58:19.077 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-21T04:58:19.348 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:20.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:19.137303+0000 mgr.smithi008.jfvsle (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:19.137303+0000 mgr.smithi008.jfvsle (mgr.14180) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:20.668 INFO:teuthology.orchestra.run.smithi008.stdout:115964117001 2023-12-21T04:58:20.668 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-21T04:58:20.940 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:22.211 INFO:teuthology.orchestra.run.smithi008.stdout:128849018889 2023-12-21T04:58:22.211 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-21T04:58:22.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:21.137605+0000 mgr.smithi008.jfvsle (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:22.483 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:22.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:21.137605+0000 mgr.smithi008.jfvsle (mgr.14180) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:23.678 INFO:teuthology.orchestra.run.smithi008.stdout:68719476747 2023-12-21T04:58:24.044 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476747 for osd.0 2023-12-21T04:58:24.044 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-21T04:58:24.317 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:24.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:23.138082+0000 mgr.smithi008.jfvsle (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:24.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:23.677705+0000 mon.smithi008 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.8:0/3188671707' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T04:58:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:23.138082+0000 mgr.smithi008.jfvsle (mgr.14180) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:23.677705+0000 mon.smithi008 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.8:0/3188671707' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T04:58:25.395 INFO:teuthology.orchestra.run.smithi008.stdout:73014444044 2023-12-21T04:58:25.809 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444042 got 73014444044 for osd.1 2023-12-21T04:58:25.809 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-21T04:58:26.082 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:26.580 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:25.138377+0000 mgr.smithi008.jfvsle (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:26.580 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:25.395283+0000 mon.smithi008 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.8:0/538446611' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T04:58:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:25.138377+0000 mgr.smithi008.jfvsle (mgr.14180) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:25.395283+0000 mon.smithi008 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.8:0/538446611' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T04:58:27.246 INFO:teuthology.orchestra.run.smithi008.stdout:85899345932 2023-12-21T04:58:27.617 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345932 for osd.2 2023-12-21T04:58:27.617 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-21T04:58:27.890 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:28.305 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:27.138680+0000 mgr.smithi008.jfvsle (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:28.305 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:27.245627+0000 mon.smithi008 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.8:0/493237709' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T04:58:28.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:27.138680+0000 mgr.smithi008.jfvsle (mgr.14180) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:28.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:27.245627+0000 mon.smithi008 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.8:0/493237709' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T04:58:28.963 INFO:teuthology.orchestra.run.smithi008.stdout:94489280522 2023-12-21T04:58:29.332 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:28.963624+0000 mon.smithi008 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.8:0/1483784642' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T04:58:29.333 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280519 got 94489280522 for osd.3 2023-12-21T04:58:29.334 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-21T04:58:29.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:28.963624+0000 mon.smithi008 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.8:0/1483784642' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T04:58:29.606 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:30.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:29.138926+0000 mgr.smithi008.jfvsle (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:30.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:29.138926+0000 mgr.smithi008.jfvsle (mgr.14180) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:30.734 INFO:teuthology.orchestra.run.smithi008.stdout:98784247818 2023-12-21T04:58:31.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:30.734772+0000 mon.smithi008 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.8:0/118216371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T04:58:31.110 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247816 got 98784247818 for osd.4 2023-12-21T04:58:31.110 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-21T04:58:31.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:30.734772+0000 mon.smithi008 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.8:0/118216371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T04:58:31.385 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:32.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:31.139302+0000 mgr.smithi008.jfvsle (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:32.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:31.139302+0000 mgr.smithi008.jfvsle (mgr.14180) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:32.513 INFO:teuthology.orchestra.run.smithi008.stdout:111669149706 2023-12-21T04:58:32.892 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149703 got 111669149706 for osd.5 2023-12-21T04:58:32.892 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-21T04:58:33.164 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:33.268 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:32.512815+0000 mon.smithi008 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.8:0/2622591673' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T04:58:33.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:32.512815+0000 mon.smithi008 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.8:0/2622591673' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T04:58:34.280 INFO:teuthology.orchestra.run.smithi008.stdout:115964117004 2023-12-21T04:58:34.302 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:33.139593+0000 mgr.smithi008.jfvsle (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:34.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:33.139593+0000 mgr.smithi008.jfvsle (mgr.14180) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:34.650 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117004 for osd.6 2023-12-21T04:58:34.650 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-21T04:58:34.922 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:35.320 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:34.280891+0000 mon.smithi008 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.8:0/3840840521' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T04:58:35.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:34.280891+0000 mon.smithi008 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.8:0/3840840521' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T04:58:35.985 INFO:teuthology.orchestra.run.smithi008.stdout:128849018891 2023-12-21T04:58:36.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:35.139940+0000 mgr.smithi008.jfvsle (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:36.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:35.985381+0000 mon.smithi008 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.8:0/1508012549' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T04:58:36.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:35.139940+0000 mgr.smithi008.jfvsle (mgr.14180) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:36.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:35.985381+0000 mon.smithi008 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.8:0/1508012549' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T04:58:36.359 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018889 got 128849018891 for osd.7 2023-12-21T04:58:36.359 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-21T04:58:36.359 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T04:58:36.633 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:37.740 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:58:37.741 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2023-12-21T04:58:38.026 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:37.140405+0000 mgr.smithi008.jfvsle (mgr.14180) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:38.187 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":88,"stamp":"2023-12-21T04:58:37.140178+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":2379232,"kb_used_data":2464,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549216,"statfs":{"total":767926730752,"available":765490397184,"internally_reserved":0,"allocated":2523136,"data_stored":973088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2023-12-21T04:57:56.586526+0000","last_change":"2023-12-21T04:57:56.586526+0000","last_active":"2023-12-21T04:57:56.586526+0000","last_peered":"2023-12-21T04:57:56.586526+0000","last_clean":"2023-12-21T04:57:56.586526+0000","last_became_active":"2023-12-21T04:57:56.586090+0000","last_became_peered":"2023-12-21T04:57:56.586090+0000","last_unstale":"2023-12-21T04:57:56.586526+0000","last_undegraded":"2023-12-21T04:57:56.586526+0000","last_fullsized":"2023-12-21T04:57:56.586526+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T04:57:44.229799+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T04:57:44.229799+0000","last_clean_scrub_stamp":"2023-12-21T04:57:44.229799+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018892,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28199999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.437}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47899999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58099999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.745}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64000000000000001}]}]},{"osd":1,"up_from":17,"seq":73014444047,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56000000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67800000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35499999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45500000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56299999999999994}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35899999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69199999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76900000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48199999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77900000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66200000000000003}]}]},{"osd":3,"up_from":22,"seq":94489280524,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52400000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57599999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]}]},{"osd":4,"up_from":23,"seq":98784247820,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.308}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40899999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.503}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51800000000000002}]}]},{"osd":5,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46300000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32000000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50900000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33900000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46600000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45300000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-21T04:58:38.188 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T04:58:38.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:37.140405+0000 mgr.smithi008.jfvsle (mgr.14180) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:38.463 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:39.153 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:37.738488+0000 mgr.smithi008.jfvsle (mgr.14180) 115 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:39.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:37.738488+0000 mgr.smithi008.jfvsle (mgr.14180) 115 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:39.518 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:58:39.520 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2023-12-21T04:58:39.908 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":89,"stamp":"2023-12-21T04:58:39.140621+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":2379232,"kb_used_data":2464,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549216,"statfs":{"total":767926730752,"available":765490397184,"internally_reserved":0,"allocated":2523136,"data_stored":973088,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":32,"state":"active+clean","last_fresh":"2023-12-21T04:57:56.586526+0000","last_change":"2023-12-21T04:57:56.586526+0000","last_active":"2023-12-21T04:57:56.586526+0000","last_peered":"2023-12-21T04:57:56.586526+0000","last_clean":"2023-12-21T04:57:56.586526+0000","last_became_active":"2023-12-21T04:57:56.586090+0000","last_became_peered":"2023-12-21T04:57:56.586090+0000","last_unstale":"2023-12-21T04:57:56.586526+0000","last_undegraded":"2023-12-21T04:57:56.586526+0000","last_fullsized":"2023-12-21T04:57:56.586526+0000","mapping_epoch":31,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":32,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T04:57:44.229799+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T04:57:44.229799+0000","last_clean_scrub_stamp":"2023-12-21T04:57:44.229799+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":30,"seq":128849018892,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46100000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28199999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53400000000000003}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40200000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.437}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58599999999999997}]}]},{"osd":6,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47899999999999998}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.49099999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58099999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.745}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64000000000000001}]}]},{"osd":1,"up_from":17,"seq":73014444047,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56000000000000005}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45100000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67800000000000005}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35499999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51900000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45500000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56299999999999994}]}]},{"osd":2,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35899999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69199999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76900000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48199999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77900000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55600000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66200000000000003}]}]},{"osd":3,"up_from":22,"seq":94489280524,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53500000000000003}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52400000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57599999999999996}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35699999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59699999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.5}]}]},{"osd":4,"up_from":23,"seq":98784247820,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.308}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40899999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.503}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47099999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51800000000000002}]}]},{"osd":5,"up_from":26,"seq":111669149707,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297404,"kb_used_data":308,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443652,"statfs":{"total":95990841344,"available":95686299648,"internally_reserved":0,"allocated":315392,"data_stored":121636,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46300000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.32000000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50900000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33900000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46600000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45300000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-21T04:58:39.909 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-21T04:58:39.909 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-21T04:58:39.909 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-21T04:58:39.909 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-21T04:58:40.182 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/mon.smithi008/config 2023-12-21T04:58:40.300 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:39.140787+0000 mgr.smithi008.jfvsle (mgr.14180) 116 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:40.300 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:39.516879+0000 mgr.smithi008.jfvsle (mgr.14180) 117 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:40.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:39.140787+0000 mgr.smithi008.jfvsle (mgr.14180) 116 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:40.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:39.516879+0000 mgr.smithi008.jfvsle (mgr.14180) 117 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:41.326 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:58:41.698 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-21T04:58:41.699 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-21T04:58:41.699 INFO:tasks.cephadm:Setup complete, yielding 2023-12-21T04:58:41.699 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:58:41.708 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-12-21T04:58:41.709 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-21T04:58:42.328 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:41.141138+0000 mgr.smithi008.jfvsle (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:42.328 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:41.325871+0000 mon.smithi008 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.8:0/1605207157' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T04:58:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:41.141138+0000 mgr.smithi008.jfvsle (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:41.325871+0000 mon.smithi008 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.8:0/1605207157' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T04:58:43.030 INFO:teuthology.orchestra.run.smithi008.stdout:Backend: cephadm 2023-12-21T04:58:43.030 INFO:teuthology.orchestra.run.smithi008.stdout:Available: Yes 2023-12-21T04:58:43.030 INFO:teuthology.orchestra.run.smithi008.stdout:Paused: No 2023-12-21T04:58:43.407 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-21T04:58:44.269 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:43.030068+0000 mgr.smithi008.jfvsle (mgr.14180) 119 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:44.269 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:43.141632+0000 mgr.smithi008.jfvsle (mgr.14180) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:44.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:43.030068+0000 mgr.smithi008.jfvsle (mgr.14180) 119 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:44.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:43.141632+0000 mgr.smithi008.jfvsle (mgr.14180) 120 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:44.634 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T04:58:44.634 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi008 smithi008 *:9093,9094 running (107s) 51s ago 2m 16.2M - 0.23.0 ba2b418f427c ead3ef4058f3 2023-12-21T04:58:44.634 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi008 smithi008 running (2m) 51s ago 2m 7302k - 16.2.14-413-g639f0137 19e6b2dc6c74 54569dd72c70 2023-12-21T04:58:44.634 INFO:teuthology.orchestra.run.smithi008.stdout:crash.smithi190 smithi190 running (2m) 53s ago 2m 7424k - 16.2.14-413-g639f0137 19e6b2dc6c74 05261ee11775 2023-12-21T04:58:44.634 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (101s) 51s ago 2m 49.9M - 8.3.5 dad864ee21e9 d36eca393cfd 2023-12-21T04:58:44.634 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi008.jfvsle smithi008 *:9283 running (3m) 51s ago 3m 443M - 16.2.14-413-g639f0137 19e6b2dc6c74 78c01063959f 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.smithi190.kwqfdz smithi190 *:8443,9283 running (2m) 53s ago 2m 392M - 16.2.14-413-g639f0137 19e6b2dc6c74 70ced3dc2be9 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi008 smithi008 running (3m) 51s ago 3m 68.2M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 ccb9812ce1a7 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:mon.smithi190 smithi190 running (2m) 53s ago 2m 61.7M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 ad695ecee7cb 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (2m) 51s ago 2m 22.8M - 1.3.1 1dbe0e931976 ae8d864098b7 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi190 smithi190 *:9100 running (112s) 53s ago 112s 21.4M - 1.3.1 1dbe0e931976 ca66fed0815d 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi190 running (71s) 53s ago 70s 29.4M 3992M 16.2.14-413-g639f0137 19e6b2dc6c74 cf63d7cf0d1a 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi008 running (69s) 51s ago 69s 30.9M 3225M 16.2.14-413-g639f0137 19e6b2dc6c74 d0fada5583e6 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi190 running (67s) 53s ago 67s 30.6M 3992M 16.2.14-413-g639f0137 19e6b2dc6c74 bb3d5dd390ac 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:osd.3 smithi008 running (65s) 51s ago 65s 29.8M 3225M 16.2.14-413-g639f0137 19e6b2dc6c74 7acf963ff202 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:osd.4 smithi190 running (64s) 53s ago 63s 28.2M 3992M 16.2.14-413-g639f0137 19e6b2dc6c74 9af47f4c7027 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:osd.5 smithi008 running (61s) 51s ago 61s 29.5M 3225M 16.2.14-413-g639f0137 19e6b2dc6c74 f0e61d3b04ed 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:osd.6 smithi190 running (60s) 53s ago 60s 29.1M 3992M 16.2.14-413-g639f0137 19e6b2dc6c74 41a8a4f3ee57 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:osd.7 smithi008 running (57s) 51s ago 56s 13.5M 3225M 16.2.14-413-g639f0137 19e6b2dc6c74 b7367acf5799 2023-12-21T04:58:44.635 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi008 smithi008 *:9095 running (98s) 51s ago 2m 40.4M - 2.33.4 514e6a882f6e 8b02485faf68 2023-12-21T04:58:45.024 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-21T04:58:46.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:44.626074+0000 mgr.smithi008.jfvsle (mgr.14180) 121 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:46.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:45.141982+0000 mgr.smithi008.jfvsle (mgr.14180) 122 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:46.407 INFO:teuthology.orchestra.run.smithi008.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-21T04:58:46.407 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager ?:9093,9094 1/1 53s ago 3m count:1 2023-12-21T04:58:46.407 INFO:teuthology.orchestra.run.smithi008.stdout:crash 2/2 54s ago 3m * 2023-12-21T04:58:46.407 INFO:teuthology.orchestra.run.smithi008.stdout:grafana ?:3000 1/1 53s ago 3m count:1 2023-12-21T04:58:46.407 INFO:teuthology.orchestra.run.smithi008.stdout:mgr 2/2 54s ago 3m count:2 2023-12-21T04:58:46.407 INFO:teuthology.orchestra.run.smithi008.stdout:mon 2/2 54s ago 2m smithi008:172.21.15.8=smithi008;smithi190:172.21.15.190=smithi190;count:2 2023-12-21T04:58:46.408 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter ?:9100 2/2 54s ago 3m * 2023-12-21T04:58:46.408 INFO:teuthology.orchestra.run.smithi008.stdout:osd.all-available-devices 8 54s ago 111s * 2023-12-21T04:58:46.408 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus ?:9095 1/1 53s ago 3m count:1 2023-12-21T04:58:46.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:44.626074+0000 mgr.smithi008.jfvsle (mgr.14180) 121 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:46.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:45.141982+0000 mgr.smithi008.jfvsle (mgr.14180) 122 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:46.725 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-21T04:58:47.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:46.403624+0000 mgr.smithi008.jfvsle (mgr.14180) 123 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:47.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:46.403624+0000 mgr.smithi008.jfvsle (mgr.14180) 123 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:48.101 INFO:teuthology.orchestra.run.smithi008.stdout:HOST ADDR LABELS STATUS 2023-12-21T04:58:48.101 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 172.21.15.8 2023-12-21T04:58:48.101 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 172.21.15.190 2023-12-21T04:58:48.101 INFO:teuthology.orchestra.run.smithi008.stdout:2 hosts in cluster 2023-12-21T04:58:48.463 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:47.142307+0000 mgr.smithi008.jfvsle (mgr.14180) 124 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:48.465 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-21T04:58:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:47.142307+0000 mgr.smithi008.jfvsle (mgr.14180) 124 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:49.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:48.100379+0000 mgr.smithi008.jfvsle (mgr.14180) 125 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:49.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:48.100379+0000 mgr.smithi008.jfvsle (mgr.14180) 125 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476004A480DGN 447G 53s ago LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme1n1 ssd Linux_3acbcf769de71a1da658 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme2n1 ssd Linux_517809e8188c7672dedc 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme3n1 ssd Linux_41e01ada604fd111e391 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme4n1 ssd Linux_9dbdf1f2e402c8ef35d3 89.4G 53s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT63210012400BGN 372G 55s ago LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme1n1 ssd Linux_dbbcbbd56935fd06510b 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme2n1 ssd Linux_2c78d325cb22461f6b6a 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme3n1 ssd Linux_858365cbc2bc6692a353 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:49.782 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme4n1 ssd Linux_d5a56e68b2ceb0300c10 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:50.173 INFO:teuthology.run_tasks:Running task vip... 2023-12-21T04:58:50.183 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-21T04:58:50.183 INFO:tasks.vip:peername 172.21.15.8 2023-12-21T04:58:50.186 INFO:tasks.vip:172.21.15.8 in 172.21.0.0/20, pos 3847 2023-12-21T04:58:50.190 INFO:tasks.vip:smithi008.front.sepia.ceph.com static 10.0.15.8, vnet 10.0.0.0/16 2023-12-21T04:58:50.190 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-21T04:58:50.191 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip route ls 2023-12-21T04:58:50.220 INFO:teuthology.orchestra.run.smithi008.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.8 metric 100 2023-12-21T04:58:50.220 INFO:teuthology.orchestra.run.smithi008.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2023-12-21T04:58:50.222 INFO:tasks.vip:Configuring 10.0.15.8 on smithi008.front.sepia.ceph.com iface ens1f0... 2023-12-21T04:58:50.222 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr add 10.0.15.8/16 dev ens1f0 2023-12-21T04:58:50.290 INFO:tasks.vip:peername 172.21.15.190 2023-12-21T04:58:50.292 INFO:tasks.vip:172.21.15.190 in 172.21.0.0/20, pos 4029 2023-12-21T04:58:50.296 INFO:tasks.vip:smithi190.front.sepia.ceph.com static 10.0.15.190, vnet 10.0.0.0/16 2023-12-21T04:58:50.296 DEBUG:teuthology.orchestra.run.smithi190:> sudo ip route ls 2023-12-21T04:58:50.335 INFO:teuthology.orchestra.run.smithi190.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.190 metric 100 2023-12-21T04:58:50.335 INFO:teuthology.orchestra.run.smithi190.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.190 metric 100 2023-12-21T04:58:50.337 INFO:tasks.vip:Configuring 10.0.15.190 on smithi190.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T04:58:50.337 DEBUG:teuthology.orchestra.run.smithi190:> sudo ip addr add 10.0.15.190/16 dev enp3s0f1 2023-12-21T04:58:50.410 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:58:50.419 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-12-21T04:58:50.419 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-21T04:58:50.446 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:49.142802+0000 mgr.smithi008.jfvsle (mgr.14180) 126 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:49.142802+0000 mgr.smithi008.jfvsle (mgr.14180) 126 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:51.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:49.780107+0000 mgr.smithi008.jfvsle (mgr.14180) 127 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:51.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:49.780107+0000 mgr.smithi008.jfvsle (mgr.14180) 127 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:51.748 INFO:teuthology.orchestra.run.smithi008.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-21T04:58:51.748 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476004A480DGN 447G 55s ago LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme1n1 ssd Linux_3acbcf769de71a1da658 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme2n1 ssd Linux_517809e8188c7672dedc 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme3n1 ssd Linux_41e01ada604fd111e391 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 /dev/nvme4n1 ssd Linux_9dbdf1f2e402c8ef35d3 89.4G 55s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT63210012400BGN 372G 57s ago LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme1n1 ssd Linux_dbbcbbd56935fd06510b 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme2n1 ssd Linux_2c78d325cb22461f6b6a 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme3n1 ssd Linux_858365cbc2bc6692a353 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:51.749 INFO:teuthology.orchestra.run.smithi008.stdout:smithi190 /dev/nvme4n1 ssd Linux_d5a56e68b2ceb0300c10 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:58:52.138 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T04:58:52.147 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-12-21T04:58:52.148 DEBUG:teuthology.orchestra.run.smithi008:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T04:58:52.207 INFO:teuthology.orchestra.run.smithi008.stderr:+ systemctl stop nfs-server 2023-12-21T04:58:52.214 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi190.front.sepia.ceph.com 2023-12-21T04:58:52.214 DEBUG:teuthology.orchestra.run.smithi190:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T04:58:52.241 INFO:teuthology.orchestra.run.smithi190.stderr:+ systemctl stop nfs-server 2023-12-21T04:58:52.249 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:58:52.258 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2023-12-21T04:58:52.258 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-21T04:58:52.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:51.143098+0000 mgr.smithi008.jfvsle (mgr.14180) 128 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:52.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:51.771747+0000 mon.smithi008 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:58:52.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:51.143098+0000 mgr.smithi008.jfvsle (mgr.14180) 128 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:52.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:51.771747+0000 mon.smithi008 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:58:53.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:51.746179+0000 mgr.smithi008.jfvsle (mgr.14180) 129 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:53.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:53.123475+0000 mon.smithi008 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:53.428 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:51.746179+0000 mgr.smithi008.jfvsle (mgr.14180) 129 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:53.429 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:53.123475+0000 mon.smithi008 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:54.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:53.143420+0000 mgr.smithi008.jfvsle (mgr.14180) 130 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:54.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:53.143420+0000 mgr.smithi008.jfvsle (mgr.14180) 130 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:55.467 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:53.908653+0000 mgr.smithi008.jfvsle (mgr.14180) 131 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:55.467 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:53.909160+0000 mon.smithi008 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-21T04:58:55.467 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:54.414182+0000 mon.smithi008 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-21T04:58:55.467 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:54.414247+0000 mon.smithi008 (mon.0) 563 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-21T04:58:55.468 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:54.415194+0000 mon.smithi008 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-21T04:58:55.468 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:54.870412+0000 mon.smithi008 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:55.468 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T04:58:55.421+0000 7f253038e700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T04:58:55.780 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.8/16 --port 2999' 2023-12-21T04:58:55.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:53.908653+0000 mgr.smithi008.jfvsle (mgr.14180) 131 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:55.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:53.909160+0000 mon.smithi008 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-21T04:58:55.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:54.414182+0000 mon.smithi008 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-21T04:58:55.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:54.414247+0000 mon.smithi008 (mon.0) 563 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-12-21T04:58:55.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:54.415194+0000 mon.smithi008 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-21T04:58:55.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:54.870412+0000 mon.smithi008 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:56.773 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:55.143766+0000 mgr.smithi008.jfvsle (mgr.14180) 132 : cluster [DBG] pgmap v98: 33 pgs: 9 creating+peering, 23 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:56.773 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:55.415887+0000 mon.smithi008 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-21T04:58:56.773 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:55.416110+0000 mon.smithi008 (mon.0) 567 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-21T04:58:56.773 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:55.422184+0000 mon.smithi008 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-21T04:58:56.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:55.423026+0000 mon.smithi008 (mon.0) 569 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T04:58:56.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:55.423057+0000 mon.smithi008 (mon.0) 570 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-21T04:58:56.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:55.430628+0000 mon.smithi008 (mon.0) 571 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-21T04:58:56.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:55.431148+0000 mon.smithi008 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-21T04:58:56.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:55.431219+0000 mon.smithi008 (mon.0) 573 : cluster [DBG] fsmap foofs:0 2023-12-21T04:58:56.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:58:55.435292+0000 mgr.smithi008.jfvsle (mgr.14180) 133 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-21T04:58:56.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:55.443548+0000 mon.smithi008 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:56.774 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:55.666733+0000 mon.smithi008 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:56.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:55.143766+0000 mgr.smithi008.jfvsle (mgr.14180) 132 : cluster [DBG] pgmap v98: 33 pgs: 9 creating+peering, 23 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:56.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:55.415887+0000 mon.smithi008 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-21T04:58:56.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:55.416110+0000 mon.smithi008 (mon.0) 567 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-12-21T04:58:56.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:55.422184+0000 mon.smithi008 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-21T04:58:56.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:55.423026+0000 mon.smithi008 (mon.0) 569 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-21T04:58:56.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:55.423057+0000 mon.smithi008 (mon.0) 570 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-21T04:58:56.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:55.430628+0000 mon.smithi008 (mon.0) 571 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-12-21T04:58:56.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:55.431148+0000 mon.smithi008 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-21T04:58:56.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:55.431219+0000 mon.smithi008 (mon.0) 573 : cluster [DBG] fsmap foofs:0 2023-12-21T04:58:56.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:58:55.435292+0000 mgr.smithi008.jfvsle (mgr.14180) 133 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-21T04:58:56.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:55.443548+0000 mon.smithi008 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:56.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:55.666733+0000 mon.smithi008 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:57.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:56.431071+0000 mon.smithi008 (mon.0) 576 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-21T04:58:58.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:56.431071+0000 mon.smithi008 (mon.0) 576 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-12-21T04:58:58.651 INFO:teuthology.orchestra.run.smithi008.stdout:NFS Cluster Created Successfully 2023-12-21T04:58:58.963 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:57.144083+0000 mgr.smithi008.jfvsle (mgr.14180) 134 : cluster [DBG] pgmap v102: 65 pgs: 2 creating+activating, 19 creating+peering, 24 unknown, 20 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:58.963 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.167675+0000 mgr.smithi008.jfvsle (mgr.14180) 135 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.8/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:58.963 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.168832+0000 mon.smithi008 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.614872+0000 mon.smithi008 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:57.614934+0000 mon.smithi008 (mon.0) 579 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.615180+0000 mon.smithi008 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.621429+0000 mon.smithi008 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.903615+0000 mon.smithi008 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.904366+0000 mon.smithi008 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.908709+0000 mon.smithi008 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.912227+0000 mon.smithi008 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.919361+0000 mon.smithi008 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.920006+0000 mon.smithi008 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.wjtvqr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.922369+0000 mon.smithi008 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.wjtvqr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:57.922910+0000 mon.smithi008 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:58.964 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:58:57.923422+0000 mgr.smithi008.jfvsle (mgr.14180) 136 : cephadm [INF] Deploying daemon mds.foofs.smithi190.wjtvqr on smithi190 2023-12-21T04:58:58.970 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:57.144083+0000 mgr.smithi008.jfvsle (mgr.14180) 134 : cluster [DBG] pgmap v102: 65 pgs: 2 creating+activating, 19 creating+peering, 24 unknown, 20 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.167675+0000 mgr.smithi008.jfvsle (mgr.14180) 135 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.8/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.168832+0000 mon.smithi008 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.614872+0000 mon.smithi008 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:57.614934+0000 mon.smithi008 (mon.0) 579 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.615180+0000 mon.smithi008 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.621429+0000 mon.smithi008 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.903615+0000 mon.smithi008 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.904366+0000 mon.smithi008 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.908709+0000 mon.smithi008 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.912227+0000 mon.smithi008 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.919361+0000 mon.smithi008 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.920006+0000 mon.smithi008 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.wjtvqr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.922369+0000 mon.smithi008 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.wjtvqr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T04:58:58.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:57.922910+0000 mon.smithi008 (mon.0) 589 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:58.972 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:58:57.923422+0000 mgr.smithi008.jfvsle (mgr.14180) 136 : cephadm [INF] Deploying daemon mds.foofs.smithi190.wjtvqr on smithi190 2023-12-21T04:58:59.008 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-12-21T04:58:59.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:58.618107+0000 mon.smithi008 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T04:58:59.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:58.618278+0000 mon.smithi008 (mon.0) 591 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-21T04:58:59.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:58:58.643731+0000 mgr.smithi008.jfvsle (mgr.14180) 137 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-21T04:58:59.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:58.646954+0000 mon.smithi008 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:59.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:58:58.648209+0000 mgr.smithi008.jfvsle (mgr.14180) 138 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-21T04:58:59.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:58.650673+0000 mon.smithi008 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:59.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.144440+0000 mgr.smithi008.jfvsle (mgr.14180) 139 : cluster [DBG] pgmap v105: 97 pgs: 2 creating+activating, 19 creating+peering, 56 unknown, 20 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:59.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:59.478650+0000 mon.smithi008 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:59.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:59.479770+0000 mon.smithi008 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.jmgsgb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T04:58:59.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:59.483137+0000 mon.smithi008 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.jmgsgb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T04:58:59.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:59.483848+0000 mon.smithi008 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:59.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:58:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:58:59.484392+0000 mgr.smithi008.jfvsle (mgr.14180) 140 : cephadm [INF] Deploying daemon mds.foofs.smithi008.jmgsgb on smithi008 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:58.618107+0000 mon.smithi008 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:58.618278+0000 mon.smithi008 (mon.0) 591 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:58:58.643731+0000 mgr.smithi008.jfvsle (mgr.14180) 137 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:58.646954+0000 mon.smithi008 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:58:58.648209+0000 mgr.smithi008.jfvsle (mgr.14180) 138 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:58.650673+0000 mon.smithi008 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.144440+0000 mgr.smithi008.jfvsle (mgr.14180) 139 : cluster [DBG] pgmap v105: 97 pgs: 2 creating+activating, 19 creating+peering, 56 unknown, 20 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:59.478650+0000 mon.smithi008 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:59.479770+0000 mon.smithi008 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.jmgsgb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:59.483137+0000 mon.smithi008 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi008.jmgsgb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-21T04:58:59.899 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:59.483848+0000 mon.smithi008 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:59.900 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:58:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:58:59.484392+0000 mgr.smithi008.jfvsle (mgr.14180) 140 : cephadm [INF] Deploying daemon mds.foofs.smithi008.jmgsgb on smithi008 2023-12-21T04:59:00.675 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2023-12-21T04:59:00.675 INFO:teuthology.orchestra.run.smithi008.stdout: "bind": "/fake", 2023-12-21T04:59:00.676 INFO:teuthology.orchestra.run.smithi008.stdout: "fs": "foofs", 2023-12-21T04:59:00.676 INFO:teuthology.orchestra.run.smithi008.stdout: "path": "/", 2023-12-21T04:59:00.676 INFO:teuthology.orchestra.run.smithi008.stdout: "cluster": "foo", 2023-12-21T04:59:00.676 INFO:teuthology.orchestra.run.smithi008.stdout: "mode": "RW" 2023-12-21T04:59:00.676 INFO:teuthology.orchestra.run.smithi008.stdout:} 2023-12-21T04:59:00.687 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.621831+0000 mon.smithi008 (mon.0) 598 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.655695+0000 mon.smithi008 (mon.0) 599 : cluster [DBG] mds.? [v2:172.21.15.190:6832/2811609766,v1:172.21.15.190:6833/2811609766] up:boot 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.655742+0000 mon.smithi008 (mon.0) 600 : cluster [INF] daemon mds.foofs.smithi190.wjtvqr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.655793+0000 mon.smithi008 (mon.0) 601 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.655811+0000 mon.smithi008 (mon.0) 602 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.655828+0000 mon.smithi008 (mon.0) 603 : cluster [INF] Cluster is now healthy 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.655966+0000 mon.smithi008 (mon.0) 604 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:58:59.656091+0000 mon.smithi008 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.wjtvqr"}]: dispatch 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.662200+0000 mon.smithi008 (mon.0) 606 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.wjtvqr=up:creating} 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:58:59.679611+0000 mon.smithi008 (mon.0) 607 : cluster [INF] daemon mds.foofs.smithi190.wjtvqr is now active in filesystem foofs as rank 0 2023-12-21T04:59:00.688 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:00.456426+0000 mgr.smithi008.jfvsle (mgr.14180) 141 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:59:01.018 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T04:59:01.028 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-21T04:59:01.028 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.621831+0000 mon.smithi008 (mon.0) 598 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-21T04:59:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.655695+0000 mon.smithi008 (mon.0) 599 : cluster [DBG] mds.? [v2:172.21.15.190:6832/2811609766,v1:172.21.15.190:6833/2811609766] up:boot 2023-12-21T04:59:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.655742+0000 mon.smithi008 (mon.0) 600 : cluster [INF] daemon mds.foofs.smithi190.wjtvqr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-21T04:59:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.655793+0000 mon.smithi008 (mon.0) 601 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-21T04:59:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.655811+0000 mon.smithi008 (mon.0) 602 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-21T04:59:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.655828+0000 mon.smithi008 (mon.0) 603 : cluster [INF] Cluster is now healthy 2023-12-21T04:59:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.655966+0000 mon.smithi008 (mon.0) 604 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-21T04:59:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:58:59.656091+0000 mon.smithi008 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.wjtvqr"}]: dispatch 2023-12-21T04:59:01.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.662200+0000 mon.smithi008 (mon.0) 606 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.wjtvqr=up:creating} 2023-12-21T04:59:01.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:58:59.679611+0000 mon.smithi008 (mon.0) 607 : cluster [INF] daemon mds.foofs.smithi190.wjtvqr is now active in filesystem foofs as rank 0 2023-12-21T04:59:01.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:00.456426+0000 mgr.smithi008.jfvsle (mgr.14180) 141 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:59:01.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:00.631377+0000 mon.smithi008 (mon.0) 608 : cluster [DBG] mgrmap e19: smithi008.jfvsle(active, since 2m), standbys: smithi190.kwqfdz 2023-12-21T04:59:01.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:00.663241+0000 mon.smithi008 (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.190:6832/2811609766,v1:172.21.15.190:6833/2811609766] up:active 2023-12-21T04:59:01.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:00.663289+0000 mon.smithi008 (mon.0) 610 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.wjtvqr=up:active} 2023-12-21T04:59:01.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:00.667040+0000 mon.smithi008 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-21T04:59:01.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:00.669933+0000 mon.smithi008 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-21T04:59:01.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:01.144848+0000 mgr.smithi008.jfvsle (mgr.14180) 142 : cluster [DBG] pgmap v107: 97 pgs: 2 creating+activating, 10 creating+peering, 18 unknown, 67 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 2 op/s 2023-12-21T04:59:01.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:01.587783+0000 mon.smithi008 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:01.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:01.589003+0000 mon.smithi008 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:59:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:00.631377+0000 mon.smithi008 (mon.0) 608 : cluster [DBG] mgrmap e19: smithi008.jfvsle(active, since 2m), standbys: smithi190.kwqfdz 2023-12-21T04:59:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:00.663241+0000 mon.smithi008 (mon.0) 609 : cluster [DBG] mds.? [v2:172.21.15.190:6832/2811609766,v1:172.21.15.190:6833/2811609766] up:active 2023-12-21T04:59:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:00.663289+0000 mon.smithi008 (mon.0) 610 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.wjtvqr=up:active} 2023-12-21T04:59:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:00.667040+0000 mon.smithi008 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-12-21T04:59:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:00.669933+0000 mon.smithi008 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-12-21T04:59:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:01.144848+0000 mgr.smithi008.jfvsle (mgr.14180) 142 : cluster [DBG] pgmap v107: 97 pgs: 2 creating+activating, 10 creating+peering, 18 unknown, 67 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s wr, 2 op/s 2023-12-21T04:59:02.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:01.587783+0000 mon.smithi008 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:02.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:01.589003+0000 mon.smithi008 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:59:02.482 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:02.483 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:58:54.678725Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:58:53.117943Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:58:54.678860Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:58:53.118091Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:58:53.118166Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:58:53.118233Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:58:53.118298Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:58:54.678986Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:02.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:01.674160+0000 mon.smithi008 (mon.0) 615 : cluster [DBG] mds.? [v2:172.21.15.8:6834/411125667,v1:172.21.15.8:6835/411125667] up:boot 2023-12-21T04:59:02.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:01.674437+0000 mon.smithi008 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.wjtvqr=up:active} 1 up:standby 2023-12-21T04:59:02.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:01.675209+0000 mon.smithi008 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi008.jmgsgb"}]: dispatch 2023-12-21T04:59:02.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:01.677385+0000 mon.smithi008 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.wjtvqr=up:active} 1 up:standby 2023-12-21T04:59:02.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:02.476421+0000 mgr.smithi008.jfvsle (mgr.14180) 143 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:02.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:02.634425+0000 mon.smithi008 (mon.0) 619 : cluster [DBG] mgrmap e20: smithi008.jfvsle(active, since 2m), standbys: smithi190.kwqfdz 2023-12-21T04:59:02.872 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:03.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:01.674160+0000 mon.smithi008 (mon.0) 615 : cluster [DBG] mds.? [v2:172.21.15.8:6834/411125667,v1:172.21.15.8:6835/411125667] up:boot 2023-12-21T04:59:03.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:01.674437+0000 mon.smithi008 (mon.0) 616 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.wjtvqr=up:active} 1 up:standby 2023-12-21T04:59:03.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:01.675209+0000 mon.smithi008 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi008.jmgsgb"}]: dispatch 2023-12-21T04:59:03.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:01.677385+0000 mon.smithi008 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi190.wjtvqr=up:active} 1 up:standby 2023-12-21T04:59:03.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:02.476421+0000 mgr.smithi008.jfvsle (mgr.14180) 143 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:03.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:02.634425+0000 mon.smithi008 (mon.0) 619 : cluster [DBG] mgrmap e20: smithi008.jfvsle(active, since 2m), standbys: smithi190.kwqfdz 2023-12-21T04:59:03.873 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:04.306 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:02.898738+0000 mon.smithi008 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:04.306 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:03.145277+0000 mgr.smithi008.jfvsle (mgr.14180) 144 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s wr, 7 op/s 2023-12-21T04:59:04.306 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:03.308559+0000 mon.smithi008 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:04.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:02.898738+0000 mon.smithi008 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:04.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:03.145277+0000 mgr.smithi008.jfvsle (mgr.14180) 144 : cluster [DBG] pgmap v108: 97 pgs: 97 active+clean; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s wr, 7 op/s 2023-12-21T04:59:04.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:03.308559+0000 mon.smithi008 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:05.358 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:05.358 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:05.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.779652+0000 mon.smithi008 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:05.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.780529+0000 mon.smithi008 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.781239+0000 mon.smithi008 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.784736+0000 mon.smithi008 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.788215+0000 mon.smithi008 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.794775+0000 mon.smithi008 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:59:04.810770+0000 mgr.smithi008.jfvsle (mgr.14180) 145 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.ehfklt 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.811066+0000 mon.smithi008 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ehfklt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.814179+0000 mon.smithi008 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ehfklt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:59:04.814641+0000 mgr.smithi008.jfvsle (mgr.14180) 146 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.814870+0000 mon.smithi008 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.817574+0000 mon.smithi008 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.818483+0000 mon.smithi008 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.858114+0000 mon.smithi008 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.861336+0000 mon.smithi008 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T04:59:05.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:59:04.906884+0000 mgr.smithi008.jfvsle (mgr.14180) 147 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-21T04:59:05.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:59:04.907001+0000 mgr.smithi008.jfvsle (mgr.14180) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.ehfklt-rgw 2023-12-21T04:59:05.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.907387+0000 mon.smithi008 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ehfklt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:59:05.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.910395+0000 mon.smithi008 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ehfklt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:59:05.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:04.913874+0000 mon.smithi008 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:59:05.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:59:04.914615+0000 mgr.smithi008.jfvsle (mgr.14180) 149 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi008.ehfklt on smithi008 2023-12-21T04:59:05.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:05.145873+0000 mgr.smithi008.jfvsle (mgr.14180) 150 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s wr, 8 op/s 2023-12-21T04:59:05.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:05.354625+0000 mgr.smithi008.jfvsle (mgr.14180) 151 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:05.847 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:06.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.779652+0000 mon.smithi008 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:06.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.780529+0000 mon.smithi008 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.781239+0000 mon.smithi008 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.784736+0000 mon.smithi008 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.788215+0000 mon.smithi008 (mon.0) 626 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.794775+0000 mon.smithi008 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:59:04.810770+0000 mgr.smithi008.jfvsle (mgr.14180) 145 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.ehfklt 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.811066+0000 mon.smithi008 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ehfklt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.814179+0000 mon.smithi008 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ehfklt", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:59:04.814641+0000 mgr.smithi008.jfvsle (mgr.14180) 146 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.814870+0000 mon.smithi008 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.817574+0000 mon.smithi008 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.818483+0000 mon.smithi008 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.858114+0000 mon.smithi008 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T04:59:06.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.861336+0000 mon.smithi008 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T04:59:06.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:59:04.906884+0000 mgr.smithi008.jfvsle (mgr.14180) 147 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-21T04:59:06.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:59:04.907001+0000 mgr.smithi008.jfvsle (mgr.14180) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi008.ehfklt-rgw 2023-12-21T04:59:06.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.907387+0000 mon.smithi008 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ehfklt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:59:06.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.910395+0000 mon.smithi008 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi008.ehfklt-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:59:06.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:04.913874+0000 mon.smithi008 (mon.0) 637 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:59:06.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:59:04.914615+0000 mgr.smithi008.jfvsle (mgr.14180) 149 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi008.ehfklt on smithi008 2023-12-21T04:59:06.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:05.145873+0000 mgr.smithi008.jfvsle (mgr.14180) 150 : cluster [DBG] pgmap v109: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s wr, 8 op/s 2023-12-21T04:59:06.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:05.354625+0000 mgr.smithi008.jfvsle (mgr.14180) 151 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:06.848 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:08.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:06.845827+0000 mon.smithi008 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:08.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:06.850922+0000 mon.smithi008 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:08.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T04:59:06.858330+0000 mgr.smithi008.jfvsle (mgr.14180) 152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi190.pmxaxc on smithi190 2023-12-21T04:59:08.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:07.146391+0000 mgr.smithi008.jfvsle (mgr.14180) 153 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 136 B/s rd, 2.4 KiB/s wr, 6 op/s 2023-12-21T04:59:08.161 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:08.161 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:08.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:06.845827+0000 mon.smithi008 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:08.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:06.850922+0000 mon.smithi008 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:08.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T04:59:06.858330+0000 mgr.smithi008.jfvsle (mgr.14180) 152 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi190.pmxaxc on smithi190 2023-12-21T04:59:08.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:07.146391+0000 mgr.smithi008.jfvsle (mgr.14180) 153 : cluster [DBG] pgmap v110: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 136 B/s rd, 2.4 KiB/s wr, 6 op/s 2023-12-21T04:59:08.520 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:09.521 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:09.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:08.158220+0000 mgr.smithi008.jfvsle (mgr.14180) 154 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:09.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:08.314607+0000 mon.smithi008 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:08.158220+0000 mgr.smithi008.jfvsle (mgr.14180) 154 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:08.314607+0000 mon.smithi008 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T04:59:10.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:09.146804+0000 mgr.smithi008.jfvsle (mgr.14180) 155 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 1.9 KiB/s wr, 5 op/s 2023-12-21T04:59:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:09.146804+0000 mgr.smithi008.jfvsle (mgr.14180) 155 : cluster [DBG] pgmap v111: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 107 B/s rd, 1.9 KiB/s wr, 5 op/s 2023-12-21T04:59:10.870 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:10.870 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:11.254 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:12.256 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:10.866961+0000 mgr.smithi008.jfvsle (mgr.14180) 156 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:11.147287+0000 mgr.smithi008.jfvsle (mgr.14180) 157 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 266 B/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-21T04:59:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:10.866961+0000 mgr.smithi008.jfvsle (mgr.14180) 156 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:11.147287+0000 mgr.smithi008.jfvsle (mgr.14180) 157 : cluster [DBG] pgmap v112: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 266 B/s rd, 1.6 KiB/s wr, 4 op/s 2023-12-21T04:59:13.586 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:13.586 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:13.961 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:13.148052+0000 mgr.smithi008.jfvsle (mgr.14180) 158 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-21T04:59:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:13.582876+0000 mgr.smithi008.jfvsle (mgr.14180) 159 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:13.148052+0000 mgr.smithi008.jfvsle (mgr.14180) 158 : cluster [DBG] pgmap v113: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-12-21T04:59:14.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:13.582876+0000 mgr.smithi008.jfvsle (mgr.14180) 159 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:14.962 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:16.302 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:16.302 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:16.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:15.148583+0000 mgr.smithi008.jfvsle (mgr.14180) 160 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2023-12-21T04:59:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:15.148583+0000 mgr.smithi008.jfvsle (mgr.14180) 160 : cluster [DBG] pgmap v114: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.6 KiB/s wr, 3 op/s 2023-12-21T04:59:16.678 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:17.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:16.298748+0000 mgr.smithi008.jfvsle (mgr.14180) 161 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:17.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:16.298748+0000 mgr.smithi008.jfvsle (mgr.14180) 161 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:17.679 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:18.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:17.149311+0000 mgr.smithi008.jfvsle (mgr.14180) 162 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-12-21T04:59:18.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:17.149311+0000 mgr.smithi008.jfvsle (mgr.14180) 162 : cluster [DBG] pgmap v115: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-12-21T04:59:19.103 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:19.103 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:19.477 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:20.478 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:19.099793+0000 mgr.smithi008.jfvsle (mgr.14180) 163 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:19.149785+0000 mgr.smithi008.jfvsle (mgr.14180) 164 : cluster [DBG] pgmap v116: 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 2023-12-21T04:59:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:19.099793+0000 mgr.smithi008.jfvsle (mgr.14180) 163 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:19.149785+0000 mgr.smithi008.jfvsle (mgr.14180) 164 : cluster [DBG] pgmap v116: 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 2023-12-21T04:59:21.791 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:21.791 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:22.177 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:22.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:21.150186+0000 mgr.smithi008.jfvsle (mgr.14180) 165 : cluster [DBG] pgmap v117: 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 2023-12-21T04:59:22.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:21.150186+0000 mgr.smithi008.jfvsle (mgr.14180) 165 : cluster [DBG] pgmap v117: 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 2023-12-21T04:59:23.178 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:23.520 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:21.788048+0000 mgr.smithi008.jfvsle (mgr.14180) 166 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:23.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:21.788048+0000 mgr.smithi008.jfvsle (mgr.14180) 166 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:24.546 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:24.546 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:24.567 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:23.150691+0000 mgr.smithi008.jfvsle (mgr.14180) 167 : cluster [DBG] pgmap v118: 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 2023-12-21T04:59:24.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:23.150691+0000 mgr.smithi008.jfvsle (mgr.14180) 167 : cluster [DBG] pgmap v118: 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 2023-12-21T04:59:24.911 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:25.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:24.542752+0000 mgr.smithi008.jfvsle (mgr.14180) 168 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:25.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:24.542752+0000 mgr.smithi008.jfvsle (mgr.14180) 168 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:25.912 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:26.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:25.151132+0000 mgr.smithi008.jfvsle (mgr.14180) 169 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:26.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:25.151132+0000 mgr.smithi008.jfvsle (mgr.14180) 169 : cluster [DBG] pgmap v119: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:27.219 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:27.219 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:27.584 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:28.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:27.151668+0000 mgr.smithi008.jfvsle (mgr.14180) 170 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:28.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:27.215091+0000 mgr.smithi008.jfvsle (mgr.14180) 171 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:28.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:27.151668+0000 mgr.smithi008.jfvsle (mgr.14180) 170 : cluster [DBG] pgmap v120: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:28.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:27.215091+0000 mgr.smithi008.jfvsle (mgr.14180) 171 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:28.585 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:29.984 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:29.984 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:30.274 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:29.152054+0000 mgr.smithi008.jfvsle (mgr.14180) 172 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:30.352 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:30.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:29.152054+0000 mgr.smithi008.jfvsle (mgr.14180) 172 : cluster [DBG] pgmap v121: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:31.353 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:31.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:29.980344+0000 mgr.smithi008.jfvsle (mgr.14180) 173 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:31.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:29.980344+0000 mgr.smithi008.jfvsle (mgr.14180) 173 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:32.305 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:31.152555+0000 mgr.smithi008.jfvsle (mgr.14180) 174 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:32.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:31.152555+0000 mgr.smithi008.jfvsle (mgr.14180) 174 : cluster [DBG] pgmap v122: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:32.685 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:32.686 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:33.067 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:34.068 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:34.402 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:32.682190+0000 mgr.smithi008.jfvsle (mgr.14180) 175 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:34.402 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:33.153046+0000 mgr.smithi008.jfvsle (mgr.14180) 176 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:34.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:32.682190+0000 mgr.smithi008.jfvsle (mgr.14180) 175 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:34.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:33.153046+0000 mgr.smithi008.jfvsle (mgr.14180) 176 : cluster [DBG] pgmap v123: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:35.420 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:35.420 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:35.784 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:35.153464+0000 mgr.smithi008.jfvsle (mgr.14180) 177 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:35.416582+0000 mgr.smithi008.jfvsle (mgr.14180) 178 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:36.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:35.153464+0000 mgr.smithi008.jfvsle (mgr.14180) 177 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:36.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:35.416582+0000 mgr.smithi008.jfvsle (mgr.14180) 178 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:36.785 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:38.173 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:38.173 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:38.336 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:37.153921+0000 mgr.smithi008.jfvsle (mgr.14180) 179 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:38.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:37.153921+0000 mgr.smithi008.jfvsle (mgr.14180) 179 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:38.532 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:39.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:38.169700+0000 mgr.smithi008.jfvsle (mgr.14180) 180 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:39.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:38.169700+0000 mgr.smithi008.jfvsle (mgr.14180) 180 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:39.533 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:40.311 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:39.154323+0000 mgr.smithi008.jfvsle (mgr.14180) 181 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:40.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:39.154323+0000 mgr.smithi008.jfvsle (mgr.14180) 181 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:40.991 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:40.991 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:41.332 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:42.333 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:42.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:40.988164+0000 mgr.smithi008.jfvsle (mgr.14180) 182 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:42.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:41.154824+0000 mgr.smithi008.jfvsle (mgr.14180) 183 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:40.988164+0000 mgr.smithi008.jfvsle (mgr.14180) 182 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:41.154824+0000 mgr.smithi008.jfvsle (mgr.14180) 183 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:43.691 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:43.691 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:44.058 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:44.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:43.155417+0000 mgr.smithi008.jfvsle (mgr.14180) 184 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:44.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:43.155417+0000 mgr.smithi008.jfvsle (mgr.14180) 184 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:45.059 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:45.393 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:43.687783+0000 mgr.smithi008.jfvsle (mgr.14180) 185 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:45.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:43.687783+0000 mgr.smithi008.jfvsle (mgr.14180) 185 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:46.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:45.155918+0000 mgr.smithi008.jfvsle (mgr.14180) 186 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:46.379 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:46.379 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:46.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:45.155918+0000 mgr.smithi008.jfvsle (mgr.14180) 186 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:46.740 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:47.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:46.376480+0000 mgr.smithi008.jfvsle (mgr.14180) 187 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:47.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:46.376480+0000 mgr.smithi008.jfvsle (mgr.14180) 187 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:47.741 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:48.444 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:47.156436+0000 mgr.smithi008.jfvsle (mgr.14180) 188 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:47.156436+0000 mgr.smithi008.jfvsle (mgr.14180) 188 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:49.162 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:49.162 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:49.541 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:50.543 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:50.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:49.156747+0000 mgr.smithi008.jfvsle (mgr.14180) 189 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:50.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:49.158941+0000 mgr.smithi008.jfvsle (mgr.14180) 190 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:49.156747+0000 mgr.smithi008.jfvsle (mgr.14180) 189 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:49.158941+0000 mgr.smithi008.jfvsle (mgr.14180) 190 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:51.918 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:51.918 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:52.297 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:52.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:51.157290+0000 mgr.smithi008.jfvsle (mgr.14180) 191 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:52.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:51.157290+0000 mgr.smithi008.jfvsle (mgr.14180) 191 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:53.298 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:53.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:51.914812+0000 mgr.smithi008.jfvsle (mgr.14180) 192 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:53.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:51.914812+0000 mgr.smithi008.jfvsle (mgr.14180) 192 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:54.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:53.157956+0000 mgr.smithi008.jfvsle (mgr.14180) 193 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:54.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:53.157956+0000 mgr.smithi008.jfvsle (mgr.14180) 193 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:54.665 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:54.665 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:55.039 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:56.039 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:56.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:54.662078+0000 mgr.smithi008.jfvsle (mgr.14180) 194 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:56.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:55.158398+0000 mgr.smithi008.jfvsle (mgr.14180) 195 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:54.662078+0000 mgr.smithi008.jfvsle (mgr.14180) 194 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:55.158398+0000 mgr.smithi008.jfvsle (mgr.14180) 195 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:57.361 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T04:59:57.361 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T04:59:57.722 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T04:59:58.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:57.158841+0000 mgr.smithi008.jfvsle (mgr.14180) 196 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:58.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 04:59:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T04:59:57.357262+0000 mgr.smithi008.jfvsle (mgr.14180) 197 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:58.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:57.158841+0000 mgr.smithi008.jfvsle (mgr.14180) 196 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:58.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 04:59:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T04:59:57.357262+0000 mgr.smithi008.jfvsle (mgr.14180) 197 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:58.723 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:00.163 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:00.163 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:00.326 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T04:59:59.159120+0000 mgr.smithi008.jfvsle (mgr.14180) 198 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:00.326 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:00.000108+0000 mon.smithi008 (mon.0) 641 : cluster [INF] overall HEALTH_OK 2023-12-21T05:00:00.530 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T04:59:59.159120+0000 mgr.smithi008.jfvsle (mgr.14180) 198 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:00.000108+0000 mon.smithi008 (mon.0) 641 : cluster [INF] overall HEALTH_OK 2023-12-21T05:00:01.531 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:01.564 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:00.159357+0000 mgr.smithi008.jfvsle (mgr.14180) 199 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:01.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:00.159357+0000 mgr.smithi008.jfvsle (mgr.14180) 199 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:02.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:01.159628+0000 mgr.smithi008.jfvsle (mgr.14180) 200 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:01.159628+0000 mgr.smithi008.jfvsle (mgr.14180) 200 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:02.934 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:02.934 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:03.305 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:04.306 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:02.931134+0000 mgr.smithi008.jfvsle (mgr.14180) 201 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:03.160058+0000 mgr.smithi008.jfvsle (mgr.14180) 202 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:02.931134+0000 mgr.smithi008.jfvsle (mgr.14180) 201 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:04.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:03.160058+0000 mgr.smithi008.jfvsle (mgr.14180) 202 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:05.635 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:05.635 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:06.005 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:06.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:05.160540+0000 mgr.smithi008.jfvsle (mgr.14180) 203 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:06.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:05.160540+0000 mgr.smithi008.jfvsle (mgr.14180) 203 : cluster [DBG] pgmap v139: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:07.005 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:07.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:05.632187+0000 mgr.smithi008.jfvsle (mgr.14180) 204 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:07.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:05.632187+0000 mgr.smithi008.jfvsle (mgr.14180) 204 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:08.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:07.160979+0000 mgr.smithi008.jfvsle (mgr.14180) 205 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:08.422 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:08.422 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:07.160979+0000 mgr.smithi008.jfvsle (mgr.14180) 205 : cluster [DBG] pgmap v140: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:08.787 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:08.418646+0000 mgr.smithi008.jfvsle (mgr.14180) 206 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:09.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:08.418646+0000 mgr.smithi008.jfvsle (mgr.14180) 206 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:09.788 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:10.491 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:09.161429+0000 mgr.smithi008.jfvsle (mgr.14180) 207 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:09.161429+0000 mgr.smithi008.jfvsle (mgr.14180) 207 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:11.290 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:11.290 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:11.662 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:11.161978+0000 mgr.smithi008.jfvsle (mgr.14180) 208 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:11.286399+0000 mgr.smithi008.jfvsle (mgr.14180) 209 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:11.161978+0000 mgr.smithi008.jfvsle (mgr.14180) 208 : cluster [DBG] pgmap v142: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:11.286399+0000 mgr.smithi008.jfvsle (mgr.14180) 209 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:12.663 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:14.044 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:14.044 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:14.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:13.162481+0000 mgr.smithi008.jfvsle (mgr.14180) 210 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:14.411 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:13.162481+0000 mgr.smithi008.jfvsle (mgr.14180) 210 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:15.412 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:15.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:14.041158+0000 mgr.smithi008.jfvsle (mgr.14180) 211 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:15.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:14.041158+0000 mgr.smithi008.jfvsle (mgr.14180) 211 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:16.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:15.163114+0000 mgr.smithi008.jfvsle (mgr.14180) 212 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:15.163114+0000 mgr.smithi008.jfvsle (mgr.14180) 212 : cluster [DBG] pgmap v144: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:16.770 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:16.770 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:17.144 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:18.145 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:18.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:16.767264+0000 mgr.smithi008.jfvsle (mgr.14180) 213 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:18.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:17.163677+0000 mgr.smithi008.jfvsle (mgr.14180) 214 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:18.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:16.767264+0000 mgr.smithi008.jfvsle (mgr.14180) 213 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:18.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:17.163677+0000 mgr.smithi008.jfvsle (mgr.14180) 214 : cluster [DBG] pgmap v145: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:19.455 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:19.456 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:19.836 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:19.163978+0000 mgr.smithi008.jfvsle (mgr.14180) 215 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:19.451998+0000 mgr.smithi008.jfvsle (mgr.14180) 216 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:19.163978+0000 mgr.smithi008.jfvsle (mgr.14180) 215 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:19.451998+0000 mgr.smithi008.jfvsle (mgr.14180) 216 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:20.838 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:22.209 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:22.209 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:22.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:21.164461+0000 mgr.smithi008.jfvsle (mgr.14180) 217 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:22.577 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:22.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:21.164461+0000 mgr.smithi008.jfvsle (mgr.14180) 217 : cluster [DBG] pgmap v147: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:23.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:22.205611+0000 mgr.smithi008.jfvsle (mgr.14180) 218 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:23.578 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:23.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:22.205611+0000 mgr.smithi008.jfvsle (mgr.14180) 218 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:24.532 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:23.165145+0000 mgr.smithi008.jfvsle (mgr.14180) 219 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:23.165145+0000 mgr.smithi008.jfvsle (mgr.14180) 219 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:24.940 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:24.940 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:25.302 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:26.303 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:24.937023+0000 mgr.smithi008.jfvsle (mgr.14180) 220 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:25.165881+0000 mgr.smithi008.jfvsle (mgr.14180) 221 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:24.937023+0000 mgr.smithi008.jfvsle (mgr.14180) 220 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:25.165881+0000 mgr.smithi008.jfvsle (mgr.14180) 221 : cluster [DBG] pgmap v149: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:27.662 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:27.663 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:28.035 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:28.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:27.166441+0000 mgr.smithi008.jfvsle (mgr.14180) 222 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:28.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:27.166441+0000 mgr.smithi008.jfvsle (mgr.14180) 222 : cluster [DBG] pgmap v150: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:29.037 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:29.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:27.658854+0000 mgr.smithi008.jfvsle (mgr.14180) 223 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:29.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:27.658854+0000 mgr.smithi008.jfvsle (mgr.14180) 223 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:30.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:29.166792+0000 mgr.smithi008.jfvsle (mgr.14180) 224 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:30.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:29.166792+0000 mgr.smithi008.jfvsle (mgr.14180) 224 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:30.374 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:30.374 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:30.735 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:31.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:30.370918+0000 mgr.smithi008.jfvsle (mgr.14180) 225 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:31.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:30.370918+0000 mgr.smithi008.jfvsle (mgr.14180) 225 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:31.736 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:32.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:31.167535+0000 mgr.smithi008.jfvsle (mgr.14180) 226 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:32.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:31.167535+0000 mgr.smithi008.jfvsle (mgr.14180) 226 : cluster [DBG] pgmap v152: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:33.089 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:33.089 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:33.450 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:34.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:33.045715+0000 mon.smithi008 (mon.0) 642 : cluster [DBG] mgrmap e21: smithi008.jfvsle(active, since 4m), standbys: smithi190.kwqfdz 2023-12-21T05:00:34.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:33.085438+0000 mgr.smithi008.jfvsle (mgr.14180) 227 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:34.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:33.168185+0000 mgr.smithi008.jfvsle (mgr.14180) 228 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:34.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:33.045715+0000 mon.smithi008 (mon.0) 642 : cluster [DBG] mgrmap e21: smithi008.jfvsle(active, since 4m), standbys: smithi190.kwqfdz 2023-12-21T05:00:34.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:33.085438+0000 mgr.smithi008.jfvsle (mgr.14180) 227 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:34.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:33.168185+0000 mgr.smithi008.jfvsle (mgr.14180) 228 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:34.452 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:35.748 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:35.748 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:36.109 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:36.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:35.168787+0000 mgr.smithi008.jfvsle (mgr.14180) 229 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:35.168787+0000 mgr.smithi008.jfvsle (mgr.14180) 229 : cluster [DBG] pgmap v154: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:37.109 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:37.478 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:35.744820+0000 mgr.smithi008.jfvsle (mgr.14180) 230 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:37.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:35.744820+0000 mgr.smithi008.jfvsle (mgr.14180) 230 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:38.494 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:38.495 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:38.517 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:37.169384+0000 mgr.smithi008.jfvsle (mgr.14180) 231 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:38.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:37.169384+0000 mgr.smithi008.jfvsle (mgr.14180) 231 : cluster [DBG] pgmap v155: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:38.876 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:39.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:38.491096+0000 mgr.smithi008.jfvsle (mgr.14180) 232 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:39.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:38.491096+0000 mgr.smithi008.jfvsle (mgr.14180) 232 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:39.877 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:40.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:39.169939+0000 mgr.smithi008.jfvsle (mgr.14180) 233 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:40.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:39.169939+0000 mgr.smithi008.jfvsle (mgr.14180) 233 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:41.216 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:41.216 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:41.600 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:41.170362+0000 mgr.smithi008.jfvsle (mgr.14180) 234 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:41.212947+0000 mgr.smithi008.jfvsle (mgr.14180) 235 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:42.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:41.170362+0000 mgr.smithi008.jfvsle (mgr.14180) 234 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:42.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:41.212947+0000 mgr.smithi008.jfvsle (mgr.14180) 235 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:42.601 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:43.989 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:43.990 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:44.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:43.170842+0000 mgr.smithi008.jfvsle (mgr.14180) 236 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:44.367 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:44.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:43.170842+0000 mgr.smithi008.jfvsle (mgr.14180) 236 : cluster [DBG] pgmap v158: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T05:00:45.368 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:45.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:43.986071+0000 mgr.smithi008.jfvsle (mgr.14180) 237 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:45.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:43.986071+0000 mgr.smithi008.jfvsle (mgr.14180) 237 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:46.295 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:45.171436+0000 mgr.smithi008.jfvsle (mgr.14180) 238 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:46.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:45.171436+0000 mgr.smithi008.jfvsle (mgr.14180) 238 : cluster [DBG] pgmap v159: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:46.711 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:46.711 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:47.074 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:48.075 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:48.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:46.708540+0000 mgr.smithi008.jfvsle (mgr.14180) 239 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:48.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:47.171950+0000 mgr.smithi008.jfvsle (mgr.14180) 240 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:48.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:46.708540+0000 mgr.smithi008.jfvsle (mgr.14180) 239 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:48.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:47.171950+0000 mgr.smithi008.jfvsle (mgr.14180) 240 : cluster [DBG] pgmap v160: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:49.375 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:49.375 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:49.740 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:49.172260+0000 mgr.smithi008.jfvsle (mgr.14180) 241 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:49.371606+0000 mgr.smithi008.jfvsle (mgr.14180) 242 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:50.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:49.172260+0000 mgr.smithi008.jfvsle (mgr.14180) 241 : cluster [DBG] pgmap v161: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:50.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:49.371606+0000 mgr.smithi008.jfvsle (mgr.14180) 242 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:50.741 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:52.037 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:52.037 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:52.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:51.172685+0000 mgr.smithi008.jfvsle (mgr.14180) 243 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:52.432 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:52.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:51.172685+0000 mgr.smithi008.jfvsle (mgr.14180) 243 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:53.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:52.033521+0000 mgr.smithi008.jfvsle (mgr.14180) 244 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:53.433 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:53.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:52.033521+0000 mgr.smithi008.jfvsle (mgr.14180) 244 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:54.370 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:53.173285+0000 mgr.smithi008.jfvsle (mgr.14180) 245 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:54.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:53.173285+0000 mgr.smithi008.jfvsle (mgr.14180) 245 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:54.743 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:54.743 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:55.115 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:56.116 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:56.442 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:54.739876+0000 mgr.smithi008.jfvsle (mgr.14180) 246 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:56.442 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:55.173975+0000 mgr.smithi008.jfvsle (mgr.14180) 247 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:54.739876+0000 mgr.smithi008.jfvsle (mgr.14180) 246 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:55.173975+0000 mgr.smithi008.jfvsle (mgr.14180) 247 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:57.455 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:00:57.455 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:00:57.840 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:00:58.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:57.174409+0000 mgr.smithi008.jfvsle (mgr.14180) 248 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:58.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:00:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:00:57.452097+0000 mgr.smithi008.jfvsle (mgr.14180) 249 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:58.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:57.174409+0000 mgr.smithi008.jfvsle (mgr.14180) 248 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:58.339 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:00:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:00:57.452097+0000 mgr.smithi008.jfvsle (mgr.14180) 249 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:58.840 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:00.239 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:00.239 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:00.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:00:59.174730+0000 mgr.smithi008.jfvsle (mgr.14180) 250 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:00:59.174730+0000 mgr.smithi008.jfvsle (mgr.14180) 250 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:00.606 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:01.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:00.235675+0000 mgr.smithi008.jfvsle (mgr.14180) 251 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:01.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:00.235675+0000 mgr.smithi008.jfvsle (mgr.14180) 251 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:01.606 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:02.568 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:01.175306+0000 mgr.smithi008.jfvsle (mgr.14180) 252 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:01.175306+0000 mgr.smithi008.jfvsle (mgr.14180) 252 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:02.943 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:02.944 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:03.339 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:04.340 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:02.940311+0000 mgr.smithi008.jfvsle (mgr.14180) 253 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:03.175782+0000 mgr.smithi008.jfvsle (mgr.14180) 254 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:02.940311+0000 mgr.smithi008.jfvsle (mgr.14180) 253 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:03.175782+0000 mgr.smithi008.jfvsle (mgr.14180) 254 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:05.671 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:05.671 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:06.029 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:06.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:05.176280+0000 mgr.smithi008.jfvsle (mgr.14180) 255 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:06.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:05.176280+0000 mgr.smithi008.jfvsle (mgr.14180) 255 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:07.030 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:07.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:05.667880+0000 mgr.smithi008.jfvsle (mgr.14180) 256 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:07.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:05.667880+0000 mgr.smithi008.jfvsle (mgr.14180) 256 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:08.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:07.176824+0000 mgr.smithi008.jfvsle (mgr.14180) 257 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:08.408 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:08.408 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:07.176824+0000 mgr.smithi008.jfvsle (mgr.14180) 257 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:08.779 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:08.404465+0000 mgr.smithi008.jfvsle (mgr.14180) 258 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:09.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:08.404465+0000 mgr.smithi008.jfvsle (mgr.14180) 258 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:09.780 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:10.475 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:09.177230+0000 mgr.smithi008.jfvsle (mgr.14180) 259 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:09.177230+0000 mgr.smithi008.jfvsle (mgr.14180) 259 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:11.142 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:11.142 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:11.467 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:12.468 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:12.503 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:11.138592+0000 mgr.smithi008.jfvsle (mgr.14180) 260 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:12.504 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:11.177903+0000 mgr.smithi008.jfvsle (mgr.14180) 261 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:11.138592+0000 mgr.smithi008.jfvsle (mgr.14180) 260 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:11.177903+0000 mgr.smithi008.jfvsle (mgr.14180) 261 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:13.821 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:13.821 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:14.221 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:13.178372+0000 mgr.smithi008.jfvsle (mgr.14180) 262 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:14.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:13.178372+0000 mgr.smithi008.jfvsle (mgr.14180) 262 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:15.222 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:15.556 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:13.818366+0000 mgr.smithi008.jfvsle (mgr.14180) 263 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:15.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:13.818366+0000 mgr.smithi008.jfvsle (mgr.14180) 263 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:16.563 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:16.564 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:16.586 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:15.178970+0000 mgr.smithi008.jfvsle (mgr.14180) 264 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:15.178970+0000 mgr.smithi008.jfvsle (mgr.14180) 264 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:16.929 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:17.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:16.560128+0000 mgr.smithi008.jfvsle (mgr.14180) 265 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:17.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:16.560128+0000 mgr.smithi008.jfvsle (mgr.14180) 265 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:17.930 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:18.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:17.179416+0000 mgr.smithi008.jfvsle (mgr.14180) 266 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:18.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:17.179416+0000 mgr.smithi008.jfvsle (mgr.14180) 266 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:19.267 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:19.267 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:19.645 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:19.179729+0000 mgr.smithi008.jfvsle (mgr.14180) 267 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:19.263804+0000 mgr.smithi008.jfvsle (mgr.14180) 268 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:19.179729+0000 mgr.smithi008.jfvsle (mgr.14180) 267 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:20.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:19.263804+0000 mgr.smithi008.jfvsle (mgr.14180) 268 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:20.646 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:22.037 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:22.037 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:22.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:21.180142+0000 mgr.smithi008.jfvsle (mgr.14180) 269 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:22.420 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:22.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:21.180142+0000 mgr.smithi008.jfvsle (mgr.14180) 269 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:23.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:22.033373+0000 mgr.smithi008.jfvsle (mgr.14180) 270 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:23.421 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:23.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:22.033373+0000 mgr.smithi008.jfvsle (mgr.14180) 270 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:24.423 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:23.180684+0000 mgr.smithi008.jfvsle (mgr.14180) 271 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:23.180684+0000 mgr.smithi008.jfvsle (mgr.14180) 271 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:24.789 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:24.789 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:25.169 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:26.170 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:26.497 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:24.786149+0000 mgr.smithi008.jfvsle (mgr.14180) 272 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:26.497 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:25.181161+0000 mgr.smithi008.jfvsle (mgr.14180) 273 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:24.786149+0000 mgr.smithi008.jfvsle (mgr.14180) 272 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:25.181161+0000 mgr.smithi008.jfvsle (mgr.14180) 273 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:27.551 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:27.551 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:27.928 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:28.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:27.181624+0000 mgr.smithi008.jfvsle (mgr.14180) 274 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:28.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:27.547494+0000 mgr.smithi008.jfvsle (mgr.14180) 275 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:28.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:27.181624+0000 mgr.smithi008.jfvsle (mgr.14180) 274 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:28.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:27.547494+0000 mgr.smithi008.jfvsle (mgr.14180) 275 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:28.928 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:30.336 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:30.336 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:30.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:29.182029+0000 mgr.smithi008.jfvsle (mgr.14180) 276 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:30.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:29.182029+0000 mgr.smithi008.jfvsle (mgr.14180) 276 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:30.719 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:31.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:30.332773+0000 mgr.smithi008.jfvsle (mgr.14180) 277 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:31.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:30.332773+0000 mgr.smithi008.jfvsle (mgr.14180) 277 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:31.720 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:32.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:31.182549+0000 mgr.smithi008.jfvsle (mgr.14180) 278 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:32.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:31.182549+0000 mgr.smithi008.jfvsle (mgr.14180) 278 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:33.068 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:33.068 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:33.435 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:34.436 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:34.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:33.065129+0000 mgr.smithi008.jfvsle (mgr.14180) 279 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:34.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:33.183181+0000 mgr.smithi008.jfvsle (mgr.14180) 280 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:34.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:33.065129+0000 mgr.smithi008.jfvsle (mgr.14180) 279 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:34.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:33.183181+0000 mgr.smithi008.jfvsle (mgr.14180) 280 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:35.774 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:35.774 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z 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.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:36.152 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:36.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:35.183637+0000 mgr.smithi008.jfvsle (mgr.14180) 281 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:36.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:36.040831+0000 mon.smithi008 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi190.pmxaxc"}]: dispatch 2023-12-21T05:01:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:35.183637+0000 mgr.smithi008.jfvsle (mgr.14180) 281 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:36.040831+0000 mon.smithi008 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi190.pmxaxc"}]: dispatch 2023-12-21T05:01:37.154 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:37.486 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:35.770188+0000 mgr.smithi008.jfvsle (mgr.14180) 282 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:37.486 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:01:36.040340+0000 mgr.smithi008.jfvsle (mgr.14180) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.486 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.486 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.pmxaxc ... 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T04:59:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:00:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:00:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Traceback (most recent call last): 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: yield (conn, connr) 2023-12-21T05:01:37.487 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: code, '\n'.join(err))) 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.pmxaxc ... 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T04:59:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:00:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:00:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.488 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:01:36.040505+0000 mgr.smithi008.jfvsle (mgr.14180) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:01:36.041478+0000 mgr.smithi008.jfvsle (mgr.14180) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.pmxaxc ... 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T04:59:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:00:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:00:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.489 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:01:36.042859+0000 mgr.smithi008.jfvsle (mgr.14180) 286 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.deewhs on smithi008 2023-12-21T05:01:37.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:35.770188+0000 mgr.smithi008.jfvsle (mgr.14180) 282 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:37.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:01:36.040340+0000 mgr.smithi008.jfvsle (mgr.14180) 283 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.pmxaxc ... 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T04:59:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:00:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:00:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Traceback (most recent call last): 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: yield (conn, connr) 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: code, '\n'.join(err))) 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.pmxaxc ... 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T04:59:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:00:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:00:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:01:36.040505+0000 mgr.smithi008.jfvsle (mgr.14180) 284 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:01:36.041478+0000 mgr.smithi008.jfvsle (mgr.14180) 285 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc 2023-12-21T05:01:37.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.pmxaxc ... 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T04:59:43Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:00:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:00:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:37.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:01:36.042859+0000 mgr.smithi008.jfvsle (mgr.14180) 286 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.deewhs on smithi008 2023-12-21T05:01:38.556 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:38.556 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:38.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:37.184178+0000 mgr.smithi008.jfvsle (mgr.14180) 287 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:38.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:37.184178+0000 mgr.smithi008.jfvsle (mgr.14180) 287 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:38.926 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:39.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:38.552190+0000 mgr.smithi008.jfvsle (mgr.14180) 288 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:39.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:38.552190+0000 mgr.smithi008.jfvsle (mgr.14180) 288 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:39.926 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:40.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:39.184524+0000 mgr.smithi008.jfvsle (mgr.14180) 289 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:40.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:39.184524+0000 mgr.smithi008.jfvsle (mgr.14180) 289 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:41.345 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:41.345 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:41.750 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:42.581 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:41.184964+0000 mgr.smithi008.jfvsle (mgr.14180) 290 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:42.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:41.341813+0000 mgr.smithi008.jfvsle (mgr.14180) 291 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:41.184964+0000 mgr.smithi008.jfvsle (mgr.14180) 290 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:41.341813+0000 mgr.smithi008.jfvsle (mgr.14180) 291 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:42.751 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:44.191 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:44.191 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:44.490 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:43.185382+0000 mgr.smithi008.jfvsle (mgr.14180) 292 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:44.577 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:44.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:43.185382+0000 mgr.smithi008.jfvsle (mgr.14180) 292 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:45.578 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:45.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:44.187385+0000 mgr.smithi008.jfvsle (mgr.14180) 293 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:45.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:44.187385+0000 mgr.smithi008.jfvsle (mgr.14180) 293 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:46.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:45.185914+0000 mgr.smithi008.jfvsle (mgr.14180) 294 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:46.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:45.185914+0000 mgr.smithi008.jfvsle (mgr.14180) 294 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:47.033 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:47.033 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:47.416 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:48.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:47.030261+0000 mgr.smithi008.jfvsle (mgr.14180) 295 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:48.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:47.186422+0000 mgr.smithi008.jfvsle (mgr.14180) 296 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:48.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:47.030261+0000 mgr.smithi008.jfvsle (mgr.14180) 295 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:48.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:47.186422+0000 mgr.smithi008.jfvsle (mgr.14180) 296 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:48.417 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:49.796 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:49.796 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:50.166 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:49.186800+0000 mgr.smithi008.jfvsle (mgr.14180) 297 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:50.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:49.186800+0000 mgr.smithi008.jfvsle (mgr.14180) 297 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:51.167 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:51.502 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:49.792621+0000 mgr.smithi008.jfvsle (mgr.14180) 298 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:51.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:49.792621+0000 mgr.smithi008.jfvsle (mgr.14180) 298 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:52.552 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:52.552 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:52.572 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:51.187289+0000 mgr.smithi008.jfvsle (mgr.14180) 299 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:52.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:51.187289+0000 mgr.smithi008.jfvsle (mgr.14180) 299 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:52.924 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:53.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:52.548343+0000 mgr.smithi008.jfvsle (mgr.14180) 300 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:53.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:52.548343+0000 mgr.smithi008.jfvsle (mgr.14180) 300 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:53.925 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:54.578 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:53.187791+0000 mgr.smithi008.jfvsle (mgr.14180) 301 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:54.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:53.187791+0000 mgr.smithi008.jfvsle (mgr.14180) 301 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:55.275 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:55.276 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:55.657 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:56.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:55.188204+0000 mgr.smithi008.jfvsle (mgr.14180) 302 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:56.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:55.272025+0000 mgr.smithi008.jfvsle (mgr.14180) 303 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:55.188204+0000 mgr.smithi008.jfvsle (mgr.14180) 302 : cluster [DBG] pgmap v194: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:55.272025+0000 mgr.smithi008.jfvsle (mgr.14180) 303 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:56.658 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:58.022 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:01:58.022 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:01:58.313 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:57.188698+0000 mgr.smithi008.jfvsle (mgr.14180) 304 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:58.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:57.188698+0000 mgr.smithi008.jfvsle (mgr.14180) 304 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:58.423 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:01:59.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:01:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:01:58.018748+0000 mgr.smithi008.jfvsle (mgr.14180) 305 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:59.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:01:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:01:58.018748+0000 mgr.smithi008.jfvsle (mgr.14180) 305 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:59.424 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:00.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:01:59.189137+0000 mgr.smithi008.jfvsle (mgr.14180) 306 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:01:59.189137+0000 mgr.smithi008.jfvsle (mgr.14180) 306 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:00.828 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:00.828 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:01.189 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:02.190 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:02.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:00.823974+0000 mgr.smithi008.jfvsle (mgr.14180) 307 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:02.516 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:01.189559+0000 mgr.smithi008.jfvsle (mgr.14180) 308 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:00.823974+0000 mgr.smithi008.jfvsle (mgr.14180) 307 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:01.189559+0000 mgr.smithi008.jfvsle (mgr.14180) 308 : cluster [DBG] pgmap v197: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:03.496 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:03.497 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:03.872 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:03.189969+0000 mgr.smithi008.jfvsle (mgr.14180) 309 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:03.492263+0000 mgr.smithi008.jfvsle (mgr.14180) 310 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:03.189969+0000 mgr.smithi008.jfvsle (mgr.14180) 309 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:03.492263+0000 mgr.smithi008.jfvsle (mgr.14180) 310 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:04.874 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:06.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:06.234 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:06.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:05.190367+0000 mgr.smithi008.jfvsle (mgr.14180) 311 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:06.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:05.190367+0000 mgr.smithi008.jfvsle (mgr.14180) 311 : cluster [DBG] pgmap v199: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:06.590 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:07.546 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:06.230999+0000 mgr.smithi008.jfvsle (mgr.14180) 312 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:07.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:06.230999+0000 mgr.smithi008.jfvsle (mgr.14180) 312 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:07.590 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:08.567 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:07.190953+0000 mgr.smithi008.jfvsle (mgr.14180) 313 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:07.190953+0000 mgr.smithi008.jfvsle (mgr.14180) 313 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:08.940 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:08.940 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:09.313 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:10.314 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:08.937063+0000 mgr.smithi008.jfvsle (mgr.14180) 314 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:09.191470+0000 mgr.smithi008.jfvsle (mgr.14180) 315 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:10.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:08.937063+0000 mgr.smithi008.jfvsle (mgr.14180) 314 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:10.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:09.191470+0000 mgr.smithi008.jfvsle (mgr.14180) 315 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:11.647 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:11.647 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:12.021 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:11.191904+0000 mgr.smithi008.jfvsle (mgr.14180) 316 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:12.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:11.191904+0000 mgr.smithi008.jfvsle (mgr.14180) 316 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:13.022 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:13.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:11.643960+0000 mgr.smithi008.jfvsle (mgr.14180) 317 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:13.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:11.643960+0000 mgr.smithi008.jfvsle (mgr.14180) 317 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:14.345 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:14.345 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:13.192354+0000 mgr.smithi008.jfvsle (mgr.14180) 318 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:14.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:13.192354+0000 mgr.smithi008.jfvsle (mgr.14180) 318 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:14.721 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:15.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:14.341932+0000 mgr.smithi008.jfvsle (mgr.14180) 319 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:15.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:14.341932+0000 mgr.smithi008.jfvsle (mgr.14180) 319 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:15.722 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:16.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:15.192955+0000 mgr.smithi008.jfvsle (mgr.14180) 320 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:15.192955+0000 mgr.smithi008.jfvsle (mgr.14180) 320 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:17.062 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:17.062 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:17.496 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:18.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:17.058551+0000 mgr.smithi008.jfvsle (mgr.14180) 321 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:18.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:17.193438+0000 mgr.smithi008.jfvsle (mgr.14180) 322 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:18.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:17.058551+0000 mgr.smithi008.jfvsle (mgr.14180) 321 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:18.339 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:17.193438+0000 mgr.smithi008.jfvsle (mgr.14180) 322 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:18.496 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:19.829 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:19.829 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:20.229 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:19.193731+0000 mgr.smithi008.jfvsle (mgr.14180) 323 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:19.193731+0000 mgr.smithi008.jfvsle (mgr.14180) 323 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:21.231 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:21.555 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:19.825862+0000 mgr.smithi008.jfvsle (mgr.14180) 324 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:21.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:19.825862+0000 mgr.smithi008.jfvsle (mgr.14180) 324 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:22.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:21.194378+0000 mgr.smithi008.jfvsle (mgr.14180) 325 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:22.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:21.194378+0000 mgr.smithi008.jfvsle (mgr.14180) 325 : cluster [DBG] pgmap v207: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:22.606 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:22.607 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:23.003 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:23.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:22.603776+0000 mgr.smithi008.jfvsle (mgr.14180) 326 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:23.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:22.603776+0000 mgr.smithi008.jfvsle (mgr.14180) 326 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:24.005 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:24.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:23.195026+0000 mgr.smithi008.jfvsle (mgr.14180) 327 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:23.195026+0000 mgr.smithi008.jfvsle (mgr.14180) 327 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:25.364 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:25.365 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:25.745 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:25.195440+0000 mgr.smithi008.jfvsle (mgr.14180) 328 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:25.361439+0000 mgr.smithi008.jfvsle (mgr.14180) 329 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:26.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:25.195440+0000 mgr.smithi008.jfvsle (mgr.14180) 328 : cluster [DBG] pgmap v209: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:26.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:25.361439+0000 mgr.smithi008.jfvsle (mgr.14180) 329 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:26.746 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:28.119 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:28.119 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:28.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:27.196123+0000 mgr.smithi008.jfvsle (mgr.14180) 330 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:28.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:27.196123+0000 mgr.smithi008.jfvsle (mgr.14180) 330 : cluster [DBG] pgmap v210: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:28.511 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:29.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:28.115888+0000 mgr.smithi008.jfvsle (mgr.14180) 331 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:29.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:28.115888+0000 mgr.smithi008.jfvsle (mgr.14180) 331 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:29.512 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:30.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:29.196679+0000 mgr.smithi008.jfvsle (mgr.14180) 332 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:30.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:29.196679+0000 mgr.smithi008.jfvsle (mgr.14180) 332 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:30.843 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:30.843 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:31.211 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:32.212 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:32.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:30.839993+0000 mgr.smithi008.jfvsle (mgr.14180) 333 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:32.537 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:31.197112+0000 mgr.smithi008.jfvsle (mgr.14180) 334 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:32.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:30.839993+0000 mgr.smithi008.jfvsle (mgr.14180) 333 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:32.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:31.197112+0000 mgr.smithi008.jfvsle (mgr.14180) 334 : cluster [DBG] pgmap v212: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:33.584 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:33.584 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:33.952 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:34.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:33.197547+0000 mgr.smithi008.jfvsle (mgr.14180) 335 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:34.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:33.580874+0000 mgr.smithi008.jfvsle (mgr.14180) 336 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:34.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:33.197547+0000 mgr.smithi008.jfvsle (mgr.14180) 335 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:34.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:33.580874+0000 mgr.smithi008.jfvsle (mgr.14180) 336 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:34.953 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:36.278 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:36.278 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:36.558 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:35.198027+0000 mgr.smithi008.jfvsle (mgr.14180) 337 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:35.198027+0000 mgr.smithi008.jfvsle (mgr.14180) 337 : cluster [DBG] pgmap v214: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:36.635 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:37.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:36.274408+0000 mgr.smithi008.jfvsle (mgr.14180) 338 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:37.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:36.274408+0000 mgr.smithi008.jfvsle (mgr.14180) 338 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:37.635 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:38.572 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:37.198650+0000 mgr.smithi008.jfvsle (mgr.14180) 339 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:38.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:37.198650+0000 mgr.smithi008.jfvsle (mgr.14180) 339 : cluster [DBG] pgmap v215: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:38.943 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:38.943 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:39.326 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:40.327 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:40.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:38.940445+0000 mgr.smithi008.jfvsle (mgr.14180) 340 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:40.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:39.199186+0000 mgr.smithi008.jfvsle (mgr.14180) 341 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:40.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:38.940445+0000 mgr.smithi008.jfvsle (mgr.14180) 340 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:40.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:39.199186+0000 mgr.smithi008.jfvsle (mgr.14180) 341 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:41.719 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:41.719 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:42.101 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:42.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:41.199646+0000 mgr.smithi008.jfvsle (mgr.14180) 342 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:41.199646+0000 mgr.smithi008.jfvsle (mgr.14180) 342 : cluster [DBG] pgmap v217: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:43.102 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:43.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:41.715522+0000 mgr.smithi008.jfvsle (mgr.14180) 343 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:43.444 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:41.715522+0000 mgr.smithi008.jfvsle (mgr.14180) 343 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:44.498 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:44.498 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:44.527 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:43.200122+0000 mgr.smithi008.jfvsle (mgr.14180) 344 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:44.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:43.200122+0000 mgr.smithi008.jfvsle (mgr.14180) 344 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:44.883 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:45.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:44.494793+0000 mgr.smithi008.jfvsle (mgr.14180) 345 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:45.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:44.494793+0000 mgr.smithi008.jfvsle (mgr.14180) 345 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:45.884 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:46.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:45.200691+0000 mgr.smithi008.jfvsle (mgr.14180) 346 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:46.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:45.200691+0000 mgr.smithi008.jfvsle (mgr.14180) 346 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:47.229 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:47.229 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:47.601 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:48.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:47.201174+0000 mgr.smithi008.jfvsle (mgr.14180) 347 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:48.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:47.225989+0000 mgr.smithi008.jfvsle (mgr.14180) 348 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:48.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:47.201174+0000 mgr.smithi008.jfvsle (mgr.14180) 347 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:48.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:47.225989+0000 mgr.smithi008.jfvsle (mgr.14180) 348 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:48.603 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:49.933 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:49.933 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:50.291 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:49.201722+0000 mgr.smithi008.jfvsle (mgr.14180) 349 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:50.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:49.201722+0000 mgr.smithi008.jfvsle (mgr.14180) 349 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:51.292 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:51.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:49.930168+0000 mgr.smithi008.jfvsle (mgr.14180) 350 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:51.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:49.930168+0000 mgr.smithi008.jfvsle (mgr.14180) 350 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:52.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:51.202250+0000 mgr.smithi008.jfvsle (mgr.14180) 351 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:52.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:51.202250+0000 mgr.smithi008.jfvsle (mgr.14180) 351 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:52.643 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:52.643 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:53.016 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:54.017 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:54.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:52.640539+0000 mgr.smithi008.jfvsle (mgr.14180) 352 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:54.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:53.202945+0000 mgr.smithi008.jfvsle (mgr.14180) 353 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:54.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:52.640539+0000 mgr.smithi008.jfvsle (mgr.14180) 352 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:54.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:53.202945+0000 mgr.smithi008.jfvsle (mgr.14180) 353 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:55.408 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:55.408 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:55.783 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:55.203386+0000 mgr.smithi008.jfvsle (mgr.14180) 354 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:55.404810+0000 mgr.smithi008.jfvsle (mgr.14180) 355 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:56.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:55.203386+0000 mgr.smithi008.jfvsle (mgr.14180) 354 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:56.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:55.404810+0000 mgr.smithi008.jfvsle (mgr.14180) 355 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:56.783 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:58.226 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:02:58.226 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:02:58.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:57.203866+0000 mgr.smithi008.jfvsle (mgr.14180) 356 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:58.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:57.203866+0000 mgr.smithi008.jfvsle (mgr.14180) 356 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:58.598 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:02:59.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:02:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:02:58.221727+0000 mgr.smithi008.jfvsle (mgr.14180) 357 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:59.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:02:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:02:58.221727+0000 mgr.smithi008.jfvsle (mgr.14180) 357 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:59.599 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:02:59.204221+0000 mgr.smithi008.jfvsle (mgr.14180) 358 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:02:59.204221+0000 mgr.smithi008.jfvsle (mgr.14180) 358 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:00.995 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:00.995 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:01.382 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:02.384 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:02.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:00.992122+0000 mgr.smithi008.jfvsle (mgr.14180) 359 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:02.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:01.204888+0000 mgr.smithi008.jfvsle (mgr.14180) 360 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:00.992122+0000 mgr.smithi008.jfvsle (mgr.14180) 359 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:01.204888+0000 mgr.smithi008.jfvsle (mgr.14180) 360 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:03.739 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:03.739 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:04.123 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:04.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:03.205485+0000 mgr.smithi008.jfvsle (mgr.14180) 361 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:03.205485+0000 mgr.smithi008.jfvsle (mgr.14180) 361 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:05.124 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:05.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:03.735361+0000 mgr.smithi008.jfvsle (mgr.14180) 362 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:05.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:03.735361+0000 mgr.smithi008.jfvsle (mgr.14180) 362 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:06.543 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:06.543 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:06.568 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:05.205975+0000 mgr.smithi008.jfvsle (mgr.14180) 363 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:06.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:05.205975+0000 mgr.smithi008.jfvsle (mgr.14180) 363 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:06.898 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:07.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:06.539562+0000 mgr.smithi008.jfvsle (mgr.14180) 364 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:07.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:06.539562+0000 mgr.smithi008.jfvsle (mgr.14180) 364 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:07.899 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:08.568 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:07.206484+0000 mgr.smithi008.jfvsle (mgr.14180) 365 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:07.206484+0000 mgr.smithi008.jfvsle (mgr.14180) 365 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:09.214 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:09.215 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:09.639 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:09.206800+0000 mgr.smithi008.jfvsle (mgr.14180) 366 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:09.211333+0000 mgr.smithi008.jfvsle (mgr.14180) 367 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:10.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:09.206800+0000 mgr.smithi008.jfvsle (mgr.14180) 366 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:10.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:09.211333+0000 mgr.smithi008.jfvsle (mgr.14180) 367 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:10.640 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:11.997 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:11.997 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:12.364 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:12.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:11.207429+0000 mgr.smithi008.jfvsle (mgr.14180) 368 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:11.207429+0000 mgr.smithi008.jfvsle (mgr.14180) 368 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:13.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:11.993778+0000 mgr.smithi008.jfvsle (mgr.14180) 369 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:13.365 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:13.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:11.993778+0000 mgr.smithi008.jfvsle (mgr.14180) 369 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:13.208040+0000 mgr.smithi008.jfvsle (mgr.14180) 370 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:14.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:13.208040+0000 mgr.smithi008.jfvsle (mgr.14180) 370 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:14.689 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:14.689 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:15.038 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:16.039 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:16.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:14.686312+0000 mgr.smithi008.jfvsle (mgr.14180) 371 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:16.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:15.208722+0000 mgr.smithi008.jfvsle (mgr.14180) 372 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:14.686312+0000 mgr.smithi008.jfvsle (mgr.14180) 371 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:16.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:15.208722+0000 mgr.smithi008.jfvsle (mgr.14180) 372 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:17.409 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:17.409 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:17.789 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:18.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:17.209214+0000 mgr.smithi008.jfvsle (mgr.14180) 373 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:18.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:17.405226+0000 mgr.smithi008.jfvsle (mgr.14180) 374 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:18.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:17.209214+0000 mgr.smithi008.jfvsle (mgr.14180) 373 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:18.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:17.405226+0000 mgr.smithi008.jfvsle (mgr.14180) 374 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:18.790 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:20.181 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:20.181 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:20.469 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:19.209745+0000 mgr.smithi008.jfvsle (mgr.14180) 375 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:20.563 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:20.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:19.209745+0000 mgr.smithi008.jfvsle (mgr.14180) 375 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:21.564 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:21.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:20.177956+0000 mgr.smithi008.jfvsle (mgr.14180) 376 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:21.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:20.177956+0000 mgr.smithi008.jfvsle (mgr.14180) 376 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:22.582 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:21.210391+0000 mgr.smithi008.jfvsle (mgr.14180) 377 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:22.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:21.210391+0000 mgr.smithi008.jfvsle (mgr.14180) 377 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:22.961 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:22.961 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:23.322 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:24.323 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:22.958434+0000 mgr.smithi008.jfvsle (mgr.14180) 378 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:23.210837+0000 mgr.smithi008.jfvsle (mgr.14180) 379 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:24.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:22.958434+0000 mgr.smithi008.jfvsle (mgr.14180) 378 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:24.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:23.210837+0000 mgr.smithi008.jfvsle (mgr.14180) 379 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:25.662 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:25.662 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:26.030 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:26.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:25.211389+0000 mgr.smithi008.jfvsle (mgr.14180) 380 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:25.211389+0000 mgr.smithi008.jfvsle (mgr.14180) 380 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:27.031 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:27.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:25.658707+0000 mgr.smithi008.jfvsle (mgr.14180) 381 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:27.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:25.658707+0000 mgr.smithi008.jfvsle (mgr.14180) 381 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:28.369 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:28.369 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:28.531 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:27.211863+0000 mgr.smithi008.jfvsle (mgr.14180) 382 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:28.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:27.211863+0000 mgr.smithi008.jfvsle (mgr.14180) 382 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:28.737 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:29.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:28.365773+0000 mgr.smithi008.jfvsle (mgr.14180) 383 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:29.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:28.365773+0000 mgr.smithi008.jfvsle (mgr.14180) 383 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:29.738 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:30.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:29.212216+0000 mgr.smithi008.jfvsle (mgr.14180) 384 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:30.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:29.212216+0000 mgr.smithi008.jfvsle (mgr.14180) 384 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:31.187 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:31.187 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:31.545 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:32.546 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:32.580 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:31.183896+0000 mgr.smithi008.jfvsle (mgr.14180) 385 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:32.581 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:31.212724+0000 mgr.smithi008.jfvsle (mgr.14180) 386 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:32.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:31.183896+0000 mgr.smithi008.jfvsle (mgr.14180) 385 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:32.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:31.212724+0000 mgr.smithi008.jfvsle (mgr.14180) 386 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:33.920 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:33.920 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:34.285 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:34.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:33.213383+0000 mgr.smithi008.jfvsle (mgr.14180) 387 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:34.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:33.213383+0000 mgr.smithi008.jfvsle (mgr.14180) 387 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:35.285 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:35.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:33.917153+0000 mgr.smithi008.jfvsle (mgr.14180) 388 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:35.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:33.917153+0000 mgr.smithi008.jfvsle (mgr.14180) 388 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:36.577 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:36.578 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:35.213975+0000 mgr.smithi008.jfvsle (mgr.14180) 389 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:36.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:35.213975+0000 mgr.smithi008.jfvsle (mgr.14180) 389 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:36.943 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:37.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:36.574156+0000 mgr.smithi008.jfvsle (mgr.14180) 390 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:37.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:36.574156+0000 mgr.smithi008.jfvsle (mgr.14180) 390 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:37.944 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:38.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:37.214625+0000 mgr.smithi008.jfvsle (mgr.14180) 391 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:38.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:37.214625+0000 mgr.smithi008.jfvsle (mgr.14180) 391 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:39.254 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:39.254 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:39.649 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:40.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:39.214949+0000 mgr.smithi008.jfvsle (mgr.14180) 392 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:40.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:39.251276+0000 mgr.smithi008.jfvsle (mgr.14180) 393 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:40.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:39.214949+0000 mgr.smithi008.jfvsle (mgr.14180) 392 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:40.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:39.251276+0000 mgr.smithi008.jfvsle (mgr.14180) 393 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:40.651 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:41.959 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:41.959 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:42.329 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:42.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:41.215406+0000 mgr.smithi008.jfvsle (mgr.14180) 394 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:41.215406+0000 mgr.smithi008.jfvsle (mgr.14180) 394 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:43.330 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:43.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:41.956156+0000 mgr.smithi008.jfvsle (mgr.14180) 395 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:43.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:41.956156+0000 mgr.smithi008.jfvsle (mgr.14180) 395 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:44.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:43.216122+0000 mgr.smithi008.jfvsle (mgr.14180) 396 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:44.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:43.216122+0000 mgr.smithi008.jfvsle (mgr.14180) 396 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:44.734 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:44.734 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:45.100 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:46.101 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:46.478 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:44.730986+0000 mgr.smithi008.jfvsle (mgr.14180) 397 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:46.479 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:45.216597+0000 mgr.smithi008.jfvsle (mgr.14180) 398 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:46.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:44.730986+0000 mgr.smithi008.jfvsle (mgr.14180) 397 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:46.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:45.216597+0000 mgr.smithi008.jfvsle (mgr.14180) 398 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:47.492 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:47.492 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:47.850 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:47.217118+0000 mgr.smithi008.jfvsle (mgr.14180) 399 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:47.488402+0000 mgr.smithi008.jfvsle (mgr.14180) 400 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:48.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:47.217118+0000 mgr.smithi008.jfvsle (mgr.14180) 399 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:48.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:47.488402+0000 mgr.smithi008.jfvsle (mgr.14180) 400 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:48.851 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:50.187 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:50.187 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:50.499 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:49.217498+0000 mgr.smithi008.jfvsle (mgr.14180) 401 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:50.584 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:50.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:49.217498+0000 mgr.smithi008.jfvsle (mgr.14180) 401 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:51.585 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:51.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:50.183460+0000 mgr.smithi008.jfvsle (mgr.14180) 402 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:51.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:50.183460+0000 mgr.smithi008.jfvsle (mgr.14180) 402 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:52.580 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:51.218103+0000 mgr.smithi008.jfvsle (mgr.14180) 403 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:52.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:51.218103+0000 mgr.smithi008.jfvsle (mgr.14180) 403 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:52.993 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:52.994 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:53.367 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:54.369 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:54.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:52.990685+0000 mgr.smithi008.jfvsle (mgr.14180) 404 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:54.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:53.218570+0000 mgr.smithi008.jfvsle (mgr.14180) 405 : 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 2023-12-21T05:03:54.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:52.990685+0000 mgr.smithi008.jfvsle (mgr.14180) 404 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:54.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:53.218570+0000 mgr.smithi008.jfvsle (mgr.14180) 405 : 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 2023-12-21T05:03:55.718 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:55.718 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:56.100 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:56.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:55.218998+0000 mgr.smithi008.jfvsle (mgr.14180) 406 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:55.218998+0000 mgr.smithi008.jfvsle (mgr.14180) 406 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:57.101 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:57.451 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:55.715049+0000 mgr.smithi008.jfvsle (mgr.14180) 407 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:57.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:55.715049+0000 mgr.smithi008.jfvsle (mgr.14180) 407 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:58.506 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:03:58.506 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:03:58.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:57.219462+0000 mgr.smithi008.jfvsle (mgr.14180) 408 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:58.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:57.219462+0000 mgr.smithi008.jfvsle (mgr.14180) 408 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:58.907 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:03:59.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:03:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:03:58.502510+0000 mgr.smithi008.jfvsle (mgr.14180) 409 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:59.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:03:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:03:58.502510+0000 mgr.smithi008.jfvsle (mgr.14180) 409 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:59.907 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:03:59.219809+0000 mgr.smithi008.jfvsle (mgr.14180) 410 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:00.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:03:59.219809+0000 mgr.smithi008.jfvsle (mgr.14180) 410 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:01.323 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:01.323 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:01.767 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:04:02.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:01.220245+0000 mgr.smithi008.jfvsle (mgr.14180) 411 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:02.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:01.320146+0000 mgr.smithi008.jfvsle (mgr.14180) 412 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:01.220245+0000 mgr.smithi008.jfvsle (mgr.14180) 411 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:01.320146+0000 mgr.smithi008.jfvsle (mgr.14180) 412 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:02.768 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:04.183 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:04.183 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:02.893189Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:02.893829Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:02.893330Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:02.893405Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:02.893472Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:02.893537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:04.463 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:03.220924+0000 mgr.smithi008.jfvsle (mgr.14180) 413 : 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 2023-12-21T05:04:04.548 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:04:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:03.220924+0000 mgr.smithi008.jfvsle (mgr.14180) 413 : 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 2023-12-21T05:04:05.549 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:05.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:04.179823+0000 mgr.smithi008.jfvsle (mgr.14180) 414 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:05.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:05.212323+0000 mon.smithi008 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.deewhs"}]: dispatch 2023-12-21T05:04:05.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:05.218536+0000 mon.smithi008 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:05.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:05.220957+0000 mon.smithi008 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:04:05.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:04.179823+0000 mgr.smithi008.jfvsle (mgr.14180) 414 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:05.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:05.212323+0000 mon.smithi008 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.deewhs"}]: dispatch 2023-12-21T05:04:05.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:05.218536+0000 mon.smithi008 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:05.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:05.220957+0000 mon.smithi008 (mon.0) 646 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:04:06.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:04:05.211710+0000 mgr.smithi008.jfvsle (mgr.14180) 415 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.deewhs ... 2023-12-21T05:04:06.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:02:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:02:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:03: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" 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Traceback (most recent call last): 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: yield (conn, connr) 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: code, '\n'.join(err))) 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.590 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.deewhs ... 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:02:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:02:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:03: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" 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:04:05.211923+0000 mgr.smithi008.jfvsle (mgr.14180) 416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:04:05.213090+0000 mgr.smithi008.jfvsle (mgr.14180) 417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.deewhs ... 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:04:06.591 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:02:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:02:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:03: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" 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:04:05.218842+0000 mgr.smithi008.jfvsle (mgr.14180) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:04:05.220002+0000 mgr.smithi008.jfvsle (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:05.220838+0000 mgr.smithi008.jfvsle (mgr.14180) 420 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:06.216607+0000 mon.smithi008 (mon.0) 647 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:04:05.211710+0000 mgr.smithi008.jfvsle (mgr.14180) 415 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.deewhs ... 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:02:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:02:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:03: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" 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Traceback (most recent call last): 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: yield (conn, connr) 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: code, '\n'.join(err))) 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.deewhs ... 2023-12-21T05:04:06.593 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:02:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:02:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:03: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" 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:04:05.211923+0000 mgr.smithi008.jfvsle (mgr.14180) 416 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:04:05.213090+0000 mgr.smithi008.jfvsle (mgr.14180) 417 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.deewhs ... 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:02:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:02:50Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:04:06.594 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:03: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" 2023-12-21T05:04:06.595 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:04:06.595 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:06.595 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:04:05.218842+0000 mgr.smithi008.jfvsle (mgr.14180) 418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:04:06.595 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:04:05.220002+0000 mgr.smithi008.jfvsle (mgr.14180) 419 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:04:06.595 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:05.220838+0000 mgr.smithi008.jfvsle (mgr.14180) 420 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:06.595 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:06.216607+0000 mon.smithi008 (mon.0) 647 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:04:07.150 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:07.150 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T04:59:04.773444Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T04:59:04.773519Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T04:59:04.773585Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T04:59:04.774067Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T04:59:04.773369Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T04:59:04.773226Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T04:59:04.773649Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T04:59:04.773795Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T04:59:04.773731Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:07.557 INFO:tasks.cephadm:nfs.foo has 0/1 2023-12-21T05:04:07.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:06.501125+0000 mon.smithi008 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:07.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:06.501125+0000 mon.smithi008 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:08.559 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:08.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:07.146604+0000 mgr.smithi008.jfvsle (mgr.14180) 421 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:08.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:07.221400+0000 mgr.smithi008.jfvsle (mgr.14180) 422 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:08.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:08.283709+0000 mon.smithi008 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:08.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:08.403896+0000 mon.smithi008 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:08.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:07.146604+0000 mgr.smithi008.jfvsle (mgr.14180) 421 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:08.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:07.221400+0000 mgr.smithi008.jfvsle (mgr.14180) 422 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:08.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:08.283709+0000 mon.smithi008 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:08.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:08.403896+0000 mon.smithi008 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:09.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:08.565702+0000 mon.smithi008 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:09.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:08.880088+0000 mon.smithi008 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:04:09.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:08.880785+0000 mon.smithi008 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:04:09.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:08.885049+0000 mon.smithi008 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:09.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:08.889334+0000 mon.smithi008 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:04:09.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:08.897197+0000 mon.smithi008 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:09.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:08.565702+0000 mon.smithi008 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:09.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:08.880088+0000 mon.smithi008 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:04:09.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:08.880785+0000 mon.smithi008 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:04:09.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:08.885049+0000 mon.smithi008 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:09.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:08.889334+0000 mon.smithi008 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:04:09.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:08.897197+0000 mon.smithi008 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:09.882 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:09.882 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:10.248 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-21T05:04:10.249 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T05:04:10.259 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-21T05:04:10.259 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:10.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:08.885426+0000 mgr.smithi008.jfvsle (mgr.14180) 423 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:10.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:04:08.899493+0000 mgr.smithi008.jfvsle (mgr.14180) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi190.pbwyqg on smithi190 2023-12-21T05:04:10.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:09.883317+0000 mon.smithi008 (mon.0) 657 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:04:10.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:09.883352+0000 mon.smithi008 (mon.0) 658 : cluster [INF] Cluster is now healthy 2023-12-21T05:04:10.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:08.885426+0000 mgr.smithi008.jfvsle (mgr.14180) 423 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:10.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:04:08.899493+0000 mgr.smithi008.jfvsle (mgr.14180) 424 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi190.pbwyqg on smithi190 2023-12-21T05:04:10.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:09.883317+0000 mon.smithi008 (mon.0) 657 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:04:10.839 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:09.883352+0000 mon.smithi008 (mon.0) 658 : cluster [INF] Cluster is now healthy 2023-12-21T05:04:11.593 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:11.593 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:09.878770+0000 mgr.smithi008.jfvsle (mgr.14180) 425 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:11.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:09.878770+0000 mgr.smithi008.jfvsle (mgr.14180) 425 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:11.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:10.885883+0000 mgr.smithi008.jfvsle (mgr.14180) 426 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:11.589757+0000 mgr.smithi008.jfvsle (mgr.14180) 427 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:12.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:10.885883+0000 mgr.smithi008.jfvsle (mgr.14180) 426 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:12.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:11.589757+0000 mgr.smithi008.jfvsle (mgr.14180) 427 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:12.948 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:14.245 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:14.245 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:14.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:14.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:12.886546+0000 mgr.smithi008.jfvsle (mgr.14180) 428 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:04:14.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:12.886546+0000 mgr.smithi008.jfvsle (mgr.14180) 428 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:04:15.624 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:15.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:14.241694+0000 mgr.smithi008.jfvsle (mgr.14180) 429 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:15.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:14.241694+0000 mgr.smithi008.jfvsle (mgr.14180) 429 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:16.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:14.886938+0000 mgr.smithi008.jfvsle (mgr.14180) 430 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:16.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:14.886938+0000 mgr.smithi008.jfvsle (mgr.14180) 430 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:16.981 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:16.982 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:17.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:18.348 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:18.682 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:16.887365+0000 mgr.smithi008.jfvsle (mgr.14180) 431 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:18.682 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:16.978531+0000 mgr.smithi008.jfvsle (mgr.14180) 432 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:18.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:16.887365+0000 mgr.smithi008.jfvsle (mgr.14180) 431 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:18.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:16.978531+0000 mgr.smithi008.jfvsle (mgr.14180) 432 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:19.698 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:19.698 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:20.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:21.065 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:21.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:18.887889+0000 mgr.smithi008.jfvsle (mgr.14180) 433 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:21.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:18.887889+0000 mgr.smithi008.jfvsle (mgr.14180) 433 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:04:21.725 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:19.694860+0000 mgr.smithi008.jfvsle (mgr.14180) 434 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:22.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:19.694860+0000 mgr.smithi008.jfvsle (mgr.14180) 434 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:22.465 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:22.465 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:22.744 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:20.888432+0000 mgr.smithi008.jfvsle (mgr.14180) 435 : 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 2023-12-21T05:04:22.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:23.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:20.888432+0000 mgr.smithi008.jfvsle (mgr.14180) 435 : 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 2023-12-21T05:04:23.830 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:23.863 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:22.461542+0000 mgr.smithi008.jfvsle (mgr.14180) 436 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:23.863 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:23.283932+0000 mon.smithi008 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:24.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:22.461542+0000 mgr.smithi008.jfvsle (mgr.14180) 436 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:24.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:23.283932+0000 mon.smithi008 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:04:24.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:22.888901+0000 mgr.smithi008.jfvsle (mgr.14180) 437 : 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 2023-12-21T05:04:25.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:22.888901+0000 mgr.smithi008.jfvsle (mgr.14180) 437 : 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 2023-12-21T05:04:25.238 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:25.238 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:25.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:26.605 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:26.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:24.889360+0000 mgr.smithi008.jfvsle (mgr.14180) 438 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:26.921 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:25.235326+0000 mgr.smithi008.jfvsle (mgr.14180) 439 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:27.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:24.889360+0000 mgr.smithi008.jfvsle (mgr.14180) 438 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:27.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:25.235326+0000 mgr.smithi008.jfvsle (mgr.14180) 439 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:27.887 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:27.887 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:28.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:29.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:26.889944+0000 mgr.smithi008.jfvsle (mgr.14180) 440 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:29.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:26.889944+0000 mgr.smithi008.jfvsle (mgr.14180) 440 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:29.257 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:29.745 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:27.883698+0000 mgr.smithi008.jfvsle (mgr.14180) 441 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:30.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:27.883698+0000 mgr.smithi008.jfvsle (mgr.14180) 441 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:30.577 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:30.577 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:30.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:28.890465+0000 mgr.smithi008.jfvsle (mgr.14180) 442 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:30.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:31.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:28.890465+0000 mgr.smithi008.jfvsle (mgr.14180) 442 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:31.946 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:31.981 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:30.573863+0000 mgr.smithi008.jfvsle (mgr.14180) 443 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:32.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:30.573863+0000 mgr.smithi008.jfvsle (mgr.14180) 443 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:32.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:30.891030+0000 mgr.smithi008.jfvsle (mgr.14180) 444 : 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 2023-12-21T05:04:33.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:30.891030+0000 mgr.smithi008.jfvsle (mgr.14180) 444 : 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 2023-12-21T05:04:33.313 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:33.314 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:33.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:34.663 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:34.987 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:32.891717+0000 mgr.smithi008.jfvsle (mgr.14180) 445 : 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 2023-12-21T05:04:34.987 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:33.310348+0000 mgr.smithi008.jfvsle (mgr.14180) 446 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:35.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:32.891717+0000 mgr.smithi008.jfvsle (mgr.14180) 445 : 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 2023-12-21T05:04:35.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:33.310348+0000 mgr.smithi008.jfvsle (mgr.14180) 446 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:35.956 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:35.956 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:36.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:37.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:34.892143+0000 mgr.smithi008.jfvsle (mgr.14180) 447 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:37.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:34.892143+0000 mgr.smithi008.jfvsle (mgr.14180) 447 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:37.320 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:38.047 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:35.952051+0000 mgr.smithi008.jfvsle (mgr.14180) 448 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:38.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:35.952051+0000 mgr.smithi008.jfvsle (mgr.14180) 448 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:38.676 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:38.676 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:39.001 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:36.892733+0000 mgr.smithi008.jfvsle (mgr.14180) 449 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:39.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:39.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:36.892733+0000 mgr.smithi008.jfvsle (mgr.14180) 449 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:40.037 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:40.973 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:38.673166+0000 mgr.smithi008.jfvsle (mgr.14180) 450 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:40.973 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:38.893316+0000 mgr.smithi008.jfvsle (mgr.14180) 451 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:41.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:38.673166+0000 mgr.smithi008.jfvsle (mgr.14180) 450 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:41.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:38.893316+0000 mgr.smithi008.jfvsle (mgr.14180) 451 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:41.367 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:41.368 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:41.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:42.769 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:43.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:40.893885+0000 mgr.smithi008.jfvsle (mgr.14180) 452 : 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 2023-12-21T05:04:43.075 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:41.364315+0000 mgr.smithi008.jfvsle (mgr.14180) 453 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:43.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:40.893885+0000 mgr.smithi008.jfvsle (mgr.14180) 452 : 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 2023-12-21T05:04:43.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:41.364315+0000 mgr.smithi008.jfvsle (mgr.14180) 453 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:44.109 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:44.109 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:44.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:42.894344+0000 mgr.smithi008.jfvsle (mgr.14180) 454 : 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 2023-12-21T05:04:45.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:42.894344+0000 mgr.smithi008.jfvsle (mgr.14180) 454 : 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 2023-12-21T05:04:45.469 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:45.795 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:44.105188+0000 mgr.smithi008.jfvsle (mgr.14180) 455 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:46.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:44.105188+0000 mgr.smithi008.jfvsle (mgr.14180) 455 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:46.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:44.894730+0000 mgr.smithi008.jfvsle (mgr.14180) 456 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:46.839 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:46.839 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:47.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:44.894730+0000 mgr.smithi008.jfvsle (mgr.14180) 456 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:47.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:48.195 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:48.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:46.836045+0000 mgr.smithi008.jfvsle (mgr.14180) 457 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:48.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:46.895196+0000 mgr.smithi008.jfvsle (mgr.14180) 458 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:49.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:46.836045+0000 mgr.smithi008.jfvsle (mgr.14180) 457 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:49.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:46.895196+0000 mgr.smithi008.jfvsle (mgr.14180) 458 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:49.559 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:49.559 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:49.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:50.926 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:50.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:48.895742+0000 mgr.smithi008.jfvsle (mgr.14180) 459 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:50.962 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:49.556113+0000 mgr.smithi008.jfvsle (mgr.14180) 460 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:51.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:48.895742+0000 mgr.smithi008.jfvsle (mgr.14180) 459 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:51.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:49.556113+0000 mgr.smithi008.jfvsle (mgr.14180) 460 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:52.263 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:52.263 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:52.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:52.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:50.896354+0000 mgr.smithi008.jfvsle (mgr.14180) 461 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:53.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:50.896354+0000 mgr.smithi008.jfvsle (mgr.14180) 461 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:53.670 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:54.002 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:52.259424+0000 mgr.smithi008.jfvsle (mgr.14180) 462 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:54.002 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:52.897106+0000 mgr.smithi008.jfvsle (mgr.14180) 463 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:54.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:52.259424+0000 mgr.smithi008.jfvsle (mgr.14180) 462 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:54.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:52.897106+0000 mgr.smithi008.jfvsle (mgr.14180) 463 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:55.026 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:55.026 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:55.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:56.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:54.897647+0000 mgr.smithi008.jfvsle (mgr.14180) 464 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:56.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:55.022462+0000 mgr.smithi008.jfvsle (mgr.14180) 465 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:56.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:54.897647+0000 mgr.smithi008.jfvsle (mgr.14180) 464 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:56.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:55.022462+0000 mgr.smithi008.jfvsle (mgr.14180) 465 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:56.384 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:57.711 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:04:57.712 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:04:58.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:58.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:56.898286+0000 mgr.smithi008.jfvsle (mgr.14180) 466 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:56.898286+0000 mgr.smithi008.jfvsle (mgr.14180) 466 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:59.076 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:59.434 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:04:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:04:57.707709+0000 mgr.smithi008.jfvsle (mgr.14180) 467 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:59.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:04:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:04:57.707709+0000 mgr.smithi008.jfvsle (mgr.14180) 467 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:04:58.898646+0000 mgr.smithi008.jfvsle (mgr.14180) 468 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:00.444 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:00.444 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:00.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:04:58.898646+0000 mgr.smithi008.jfvsle (mgr.14180) 468 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:00.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:01.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:00.440492+0000 mgr.smithi008.jfvsle (mgr.14180) 469 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:01.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:00.440492+0000 mgr.smithi008.jfvsle (mgr.14180) 469 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:01.809 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:02.520 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:00.899210+0000 mgr.smithi008.jfvsle (mgr.14180) 470 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:00.899210+0000 mgr.smithi008.jfvsle (mgr.14180) 470 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:03.183 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:03.183 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:03.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:04.551 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:04.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:02.899671+0000 mgr.smithi008.jfvsle (mgr.14180) 471 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:04.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:03.179537+0000 mgr.smithi008.jfvsle (mgr.14180) 472 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:02.899671+0000 mgr.smithi008.jfvsle (mgr.14180) 471 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:03.179537+0000 mgr.smithi008.jfvsle (mgr.14180) 472 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:05.895 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:05.895 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:06.256 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:04.900095+0000 mgr.smithi008.jfvsle (mgr.14180) 473 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:06.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:06.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:04.900095+0000 mgr.smithi008.jfvsle (mgr.14180) 473 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:07.258 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:07.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:05.891319+0000 mgr.smithi008.jfvsle (mgr.14180) 474 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:07.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:05.891319+0000 mgr.smithi008.jfvsle (mgr.14180) 474 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:08.194 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:06.900777+0000 mgr.smithi008.jfvsle (mgr.14180) 475 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:08.557 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:08.557 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:08.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:06.900777+0000 mgr.smithi008.jfvsle (mgr.14180) 475 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:08.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:09.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:08.553749+0000 mgr.smithi008.jfvsle (mgr.14180) 476 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:09.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:08.553749+0000 mgr.smithi008.jfvsle (mgr.14180) 476 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:09.925 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:10.283 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:08.901227+0000 mgr.smithi008.jfvsle (mgr.14180) 477 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:08.901227+0000 mgr.smithi008.jfvsle (mgr.14180) 477 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:11.295 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:11.295 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:11.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:10.901718+0000 mgr.smithi008.jfvsle (mgr.14180) 478 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:11.292423+0000 mgr.smithi008.jfvsle (mgr.14180) 479 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:10.901718+0000 mgr.smithi008.jfvsle (mgr.14180) 478 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:11.292423+0000 mgr.smithi008.jfvsle (mgr.14180) 479 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:12.658 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:14.051 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:14.051 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:14.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:12.902207+0000 mgr.smithi008.jfvsle (mgr.14180) 480 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:14.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:12.902207+0000 mgr.smithi008.jfvsle (mgr.14180) 480 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:15.432 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:15.466 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:14.047338+0000 mgr.smithi008.jfvsle (mgr.14180) 481 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:15.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:14.047338+0000 mgr.smithi008.jfvsle (mgr.14180) 481 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:16.377 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:14.902709+0000 mgr.smithi008.jfvsle (mgr.14180) 482 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:16.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:14.902709+0000 mgr.smithi008.jfvsle (mgr.14180) 482 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:16.758 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:16.759 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:17.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:18.124 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:18.448 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:16.755609+0000 mgr.smithi008.jfvsle (mgr.14180) 483 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:18.448 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:16.903383+0000 mgr.smithi008.jfvsle (mgr.14180) 484 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:18.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:16.755609+0000 mgr.smithi008.jfvsle (mgr.14180) 483 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:18.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:16.903383+0000 mgr.smithi008.jfvsle (mgr.14180) 484 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:19.418 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:19.418 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:19.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:18.903774+0000 mgr.smithi008.jfvsle (mgr.14180) 485 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:19.415077+0000 mgr.smithi008.jfvsle (mgr.14180) 486 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:18.903774+0000 mgr.smithi008.jfvsle (mgr.14180) 485 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:19.415077+0000 mgr.smithi008.jfvsle (mgr.14180) 486 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:20.781 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:22.089 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:22.090 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:22.378 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:20.904367+0000 mgr.smithi008.jfvsle (mgr.14180) 487 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:22.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:22.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:20.904367+0000 mgr.smithi008.jfvsle (mgr.14180) 487 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:23.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:22.085522+0000 mgr.smithi008.jfvsle (mgr.14180) 488 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:23.439 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:23.473 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:22.085522+0000 mgr.smithi008.jfvsle (mgr.14180) 488 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:24.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:22.905078+0000 mgr.smithi008.jfvsle (mgr.14180) 489 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:22.905078+0000 mgr.smithi008.jfvsle (mgr.14180) 489 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:24.816 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:24.816 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:25.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:26.180 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:26.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:24.812047+0000 mgr.smithi008.jfvsle (mgr.14180) 490 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:26.506 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:24.905543+0000 mgr.smithi008.jfvsle (mgr.14180) 491 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:24.812047+0000 mgr.smithi008.jfvsle (mgr.14180) 490 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:24.905543+0000 mgr.smithi008.jfvsle (mgr.14180) 491 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:27.561 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:27.561 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:27.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:28.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:26.906029+0000 mgr.smithi008.jfvsle (mgr.14180) 492 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:28.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:27.557313+0000 mgr.smithi008.jfvsle (mgr.14180) 493 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:28.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:26.906029+0000 mgr.smithi008.jfvsle (mgr.14180) 492 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:28.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:27.557313+0000 mgr.smithi008.jfvsle (mgr.14180) 493 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:28.923 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:30.237 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:30.237 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:30.519 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:28.906420+0000 mgr.smithi008.jfvsle (mgr.14180) 494 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:30.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:28.906420+0000 mgr.smithi008.jfvsle (mgr.14180) 494 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:30.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:31.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:30.233834+0000 mgr.smithi008.jfvsle (mgr.14180) 495 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:31.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:30.233834+0000 mgr.smithi008.jfvsle (mgr.14180) 495 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:31.605 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:32.575 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:30.907124+0000 mgr.smithi008.jfvsle (mgr.14180) 496 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:32.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:30.907124+0000 mgr.smithi008.jfvsle (mgr.14180) 496 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:32.976 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:32.977 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:33.329 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:34.331 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:34.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:32.907671+0000 mgr.smithi008.jfvsle (mgr.14180) 497 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:34.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:32.973573+0000 mgr.smithi008.jfvsle (mgr.14180) 498 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:34.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:32.907671+0000 mgr.smithi008.jfvsle (mgr.14180) 497 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:34.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:32.973573+0000 mgr.smithi008.jfvsle (mgr.14180) 498 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:35.640 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:35.640 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:35.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:36.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:34.908093+0000 mgr.smithi008.jfvsle (mgr.14180) 499 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:36.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:35.636973+0000 mgr.smithi008.jfvsle (mgr.14180) 500 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:34.908093+0000 mgr.smithi008.jfvsle (mgr.14180) 499 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:36.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:35.636973+0000 mgr.smithi008.jfvsle (mgr.14180) 500 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:36.999 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:38.295 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:38.295 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:38.568 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:36.908752+0000 mgr.smithi008.jfvsle (mgr.14180) 501 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:38.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:36.908752+0000 mgr.smithi008.jfvsle (mgr.14180) 501 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:38.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:39.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:38.291828+0000 mgr.smithi008.jfvsle (mgr.14180) 502 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:39.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:38.291828+0000 mgr.smithi008.jfvsle (mgr.14180) 502 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:39.657 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:40.290 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:38.909080+0000 mgr.smithi008.jfvsle (mgr.14180) 503 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:40.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:38.909080+0000 mgr.smithi008.jfvsle (mgr.14180) 503 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:40.953 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:40.953 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:41.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:42.321 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:40.909618+0000 mgr.smithi008.jfvsle (mgr.14180) 504 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:42.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:40.950535+0000 mgr.smithi008.jfvsle (mgr.14180) 505 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:42.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:40.909618+0000 mgr.smithi008.jfvsle (mgr.14180) 504 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:42.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:40.950535+0000 mgr.smithi008.jfvsle (mgr.14180) 505 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:43.680 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:43.680 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:44.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:44.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:42.910135+0000 mgr.smithi008.jfvsle (mgr.14180) 506 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:44.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:42.910135+0000 mgr.smithi008.jfvsle (mgr.14180) 506 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:45.046 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:45.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:43.676212+0000 mgr.smithi008.jfvsle (mgr.14180) 507 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:45.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:43.676212+0000 mgr.smithi008.jfvsle (mgr.14180) 507 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:46.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:44.910637+0000 mgr.smithi008.jfvsle (mgr.14180) 508 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:46.388 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:46.388 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:46.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:44.910637+0000 mgr.smithi008.jfvsle (mgr.14180) 508 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:46.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:47.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:46.384925+0000 mgr.smithi008.jfvsle (mgr.14180) 509 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:47.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:46.384925+0000 mgr.smithi008.jfvsle (mgr.14180) 509 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:47.753 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:48.413 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:46.911125+0000 mgr.smithi008.jfvsle (mgr.14180) 510 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:48.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:46.911125+0000 mgr.smithi008.jfvsle (mgr.14180) 510 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:49.114 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:49.114 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:49.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:50.477 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:50.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:48.911417+0000 mgr.smithi008.jfvsle (mgr.14180) 511 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:50.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:49.110375+0000 mgr.smithi008.jfvsle (mgr.14180) 512 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:48.911417+0000 mgr.smithi008.jfvsle (mgr.14180) 511 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:50.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:49.110375+0000 mgr.smithi008.jfvsle (mgr.14180) 512 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:51.809 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:51.809 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:52.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:52.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:50.911865+0000 mgr.smithi008.jfvsle (mgr.14180) 513 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:52.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:50.911865+0000 mgr.smithi008.jfvsle (mgr.14180) 513 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:53.220 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:53.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:51.805791+0000 mgr.smithi008.jfvsle (mgr.14180) 514 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:53.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:51.805791+0000 mgr.smithi008.jfvsle (mgr.14180) 514 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:54.583 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:54.583 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:54.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:52.912438+0000 mgr.smithi008.jfvsle (mgr.14180) 515 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:54.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:52.912438+0000 mgr.smithi008.jfvsle (mgr.14180) 515 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:54.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:55.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:54.578809+0000 mgr.smithi008.jfvsle (mgr.14180) 516 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:55.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:54.578809+0000 mgr.smithi008.jfvsle (mgr.14180) 516 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:55.952 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:56.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:54.912900+0000 mgr.smithi008.jfvsle (mgr.14180) 517 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:56.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:54.912900+0000 mgr.smithi008.jfvsle (mgr.14180) 517 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:57.305 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:05:57.306 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:05:57.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:56.913360+0000 mgr.smithi008.jfvsle (mgr.14180) 518 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:05:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:05:57.301927+0000 mgr.smithi008.jfvsle (mgr.14180) 519 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:58.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:56.913360+0000 mgr.smithi008.jfvsle (mgr.14180) 518 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:58.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:05:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:05:57.301927+0000 mgr.smithi008.jfvsle (mgr.14180) 519 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:58.686 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:00.023 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:00.023 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:00.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:05:58.913681+0000 mgr.smithi008.jfvsle (mgr.14180) 520 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:00.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:00.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:05:58.913681+0000 mgr.smithi008.jfvsle (mgr.14180) 520 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:01.348 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:01.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:00.019967+0000 mgr.smithi008.jfvsle (mgr.14180) 521 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:01.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:00.019967+0000 mgr.smithi008.jfvsle (mgr.14180) 521 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:02.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:00.914221+0000 mgr.smithi008.jfvsle (mgr.14180) 522 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:00.914221+0000 mgr.smithi008.jfvsle (mgr.14180) 522 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:02.633 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:02.633 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:03.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:03.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:02.630272+0000 mgr.smithi008.jfvsle (mgr.14180) 523 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:03.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:02.630272+0000 mgr.smithi008.jfvsle (mgr.14180) 523 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:04.026 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:04.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:02.914675+0000 mgr.smithi008.jfvsle (mgr.14180) 524 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:04.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:02.914675+0000 mgr.smithi008.jfvsle (mgr.14180) 524 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:05.352 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:05.353 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:05.716 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:06.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:04.915214+0000 mgr.smithi008.jfvsle (mgr.14180) 525 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:06.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:05.349623+0000 mgr.smithi008.jfvsle (mgr.14180) 526 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:06.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:04.915214+0000 mgr.smithi008.jfvsle (mgr.14180) 525 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:06.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:05.349623+0000 mgr.smithi008.jfvsle (mgr.14180) 526 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:06.717 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:08.023 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:08.023 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:08.306 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:06.915788+0000 mgr.smithi008.jfvsle (mgr.14180) 527 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:08.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:08.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:06.915788+0000 mgr.smithi008.jfvsle (mgr.14180) 527 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:09.375 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:09.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:08.018780+0000 mgr.smithi008.jfvsle (mgr.14180) 528 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:08.018780+0000 mgr.smithi008.jfvsle (mgr.14180) 528 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:10.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:08.916380+0000 mgr.smithi008.jfvsle (mgr.14180) 529 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:10.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:08.916380+0000 mgr.smithi008.jfvsle (mgr.14180) 529 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:10.698 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:10.698 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:11.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:12.068 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:12.434 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:10.695868+0000 mgr.smithi008.jfvsle (mgr.14180) 530 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:12.434 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:10.916916+0000 mgr.smithi008.jfvsle (mgr.14180) 531 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:10.695868+0000 mgr.smithi008.jfvsle (mgr.14180) 530 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:12.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:10.916916+0000 mgr.smithi008.jfvsle (mgr.14180) 531 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:13.477 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:13.478 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:13.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:12.917380+0000 mgr.smithi008.jfvsle (mgr.14180) 532 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:14.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:13.474675+0000 mgr.smithi008.jfvsle (mgr.14180) 533 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:14.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:12.917380+0000 mgr.smithi008.jfvsle (mgr.14180) 532 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:14.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:13.474675+0000 mgr.smithi008.jfvsle (mgr.14180) 533 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:14.832 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:16.131 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:16.131 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:16.454 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:14.917900+0000 mgr.smithi008.jfvsle (mgr.14180) 534 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:16.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:16.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:14.917900+0000 mgr.smithi008.jfvsle (mgr.14180) 534 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:17.525 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:17.559 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:16.126271+0000 mgr.smithi008.jfvsle (mgr.14180) 535 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:17.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:16.126271+0000 mgr.smithi008.jfvsle (mgr.14180) 535 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:18.552 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:16.918462+0000 mgr.smithi008.jfvsle (mgr.14180) 536 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:18.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:16.918462+0000 mgr.smithi008.jfvsle (mgr.14180) 536 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:18.921 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:18.921 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:19.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:20.283 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:18.917747+0000 mgr.smithi008.jfvsle (mgr.14180) 537 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:20.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:18.918802+0000 mgr.smithi008.jfvsle (mgr.14180) 538 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:18.917747+0000 mgr.smithi008.jfvsle (mgr.14180) 537 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:18.918802+0000 mgr.smithi008.jfvsle (mgr.14180) 538 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:21.658 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:21.658 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:22.022 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:22.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:20.919478+0000 mgr.smithi008.jfvsle (mgr.14180) 539 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:22.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:21.655323+0000 mgr.smithi008.jfvsle (mgr.14180) 540 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:22.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:20.919478+0000 mgr.smithi008.jfvsle (mgr.14180) 539 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:22.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:21.655323+0000 mgr.smithi008.jfvsle (mgr.14180) 540 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:23.023 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:24.362 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:24.362 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:24.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:22.920155+0000 mgr.smithi008.jfvsle (mgr.14180) 541 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:24.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:22.920155+0000 mgr.smithi008.jfvsle (mgr.14180) 541 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:24.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:25.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:24.358289+0000 mgr.smithi008.jfvsle (mgr.14180) 542 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:25.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:24.358289+0000 mgr.smithi008.jfvsle (mgr.14180) 542 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:25.741 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:26.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:24.920797+0000 mgr.smithi008.jfvsle (mgr.14180) 543 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:26.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:24.920797+0000 mgr.smithi008.jfvsle (mgr.14180) 543 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:27.155 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:27.155 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:27.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:28.532 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:28.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:26.921216+0000 mgr.smithi008.jfvsle (mgr.14180) 544 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:28.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:27.152071+0000 mgr.smithi008.jfvsle (mgr.14180) 545 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:28.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:26.921216+0000 mgr.smithi008.jfvsle (mgr.14180) 544 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:28.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:27.152071+0000 mgr.smithi008.jfvsle (mgr.14180) 545 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:29.922 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:29.922 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:30.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:30.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:28.921579+0000 mgr.smithi008.jfvsle (mgr.14180) 546 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:30.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:28.921579+0000 mgr.smithi008.jfvsle (mgr.14180) 546 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:31.290 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:31.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:29.918943+0000 mgr.smithi008.jfvsle (mgr.14180) 547 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:31.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:29.918943+0000 mgr.smithi008.jfvsle (mgr.14180) 547 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:32.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:30.922232+0000 mgr.smithi008.jfvsle (mgr.14180) 548 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:32.682 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:32.682 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:32.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:30.922232+0000 mgr.smithi008.jfvsle (mgr.14180) 548 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:33.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:34.048 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:34.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:32.679340+0000 mgr.smithi008.jfvsle (mgr.14180) 549 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:34.700 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:32.922744+0000 mgr.smithi008.jfvsle (mgr.14180) 550 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:34.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:32.679340+0000 mgr.smithi008.jfvsle (mgr.14180) 549 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:34.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:32.922744+0000 mgr.smithi008.jfvsle (mgr.14180) 550 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:35.369 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:35.369 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:58:58.650846Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:35.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:36.747 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:36.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:34.923321+0000 mgr.smithi008.jfvsle (mgr.14180) 551 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:36.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:35.365428+0000 mgr.smithi008.jfvsle (mgr.14180) 552 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:36.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:34.923321+0000 mgr.smithi008.jfvsle (mgr.14180) 551 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:36.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:35.365428+0000 mgr.smithi008.jfvsle (mgr.14180) 552 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:38.107 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:38.107 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:38.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:38.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:36.923764+0000 mgr.smithi008.jfvsle (mgr.14180) 553 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:38.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:38.065471+0000 mon.smithi008 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi190.pbwyqg"}]: dispatch 2023-12-21T05:06:38.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:36.923764+0000 mgr.smithi008.jfvsle (mgr.14180) 553 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:38.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:38.065471+0000 mon.smithi008 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi190.pbwyqg"}]: dispatch 2023-12-21T05:06:39.463 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:39.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:06:38.065002+0000 mgr.smithi008.jfvsle (mgr.14180) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.pbwyqg ... 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:04:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:05:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:06:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Traceback (most recent call last): 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: yield (conn, connr) 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: code, '\n'.join(err))) 2023-12-21T05:06:39.806 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.pbwyqg ... 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:04:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:05:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:06:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:06:38.065176+0000 mgr.smithi008.jfvsle (mgr.14180) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:06:38.066061+0000 mgr.smithi008.jfvsle (mgr.14180) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.807 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.pbwyqg ... 2023-12-21T05:06:39.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:06:39.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:04:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:05:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.808 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:06:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:06:39.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:06:38.067478+0000 mgr.smithi008.jfvsle (mgr.14180) 557 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.pmvdec on smithi008 2023-12-21T05:06:39.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:38.100010+0000 mgr.smithi008.jfvsle (mgr.14180) 558 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:39.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:06:38.065002+0000 mgr.smithi008.jfvsle (mgr.14180) 554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.pbwyqg ... 2023-12-21T05:06:39.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:04:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:05:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:06:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Traceback (most recent call last): 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: yield (conn, connr) 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: code, '\n'.join(err))) 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.pbwyqg ... 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:04:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:05:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:06:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:06:38.065176+0000 mgr.smithi008.jfvsle (mgr.14180) 555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:06:38.066061+0000 mgr.smithi008.jfvsle (mgr.14180) 556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.pbwyqg ... 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:06:39.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:04:45Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:05:23Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:06:00Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:06:39.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:06:39.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:39.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:06:38.067478+0000 mgr.smithi008.jfvsle (mgr.14180) 557 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.pmvdec on smithi008 2023-12-21T05:06:39.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:38.100010+0000 mgr.smithi008.jfvsle (mgr.14180) 558 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:40.441 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:38.924061+0000 mgr.smithi008.jfvsle (mgr.14180) 559 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:40.810 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:40.810 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:40.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:38.924061+0000 mgr.smithi008.jfvsle (mgr.14180) 559 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:41.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:42.181 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:42.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:40.806554+0000 mgr.smithi008.jfvsle (mgr.14180) 560 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:42.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:40.924563+0000 mgr.smithi008.jfvsle (mgr.14180) 561 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:42.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:40.806554+0000 mgr.smithi008.jfvsle (mgr.14180) 560 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:42.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:40.924563+0000 mgr.smithi008.jfvsle (mgr.14180) 561 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:43.554 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:43.554 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:43.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:44.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:42.925072+0000 mgr.smithi008.jfvsle (mgr.14180) 562 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:44.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:43.550488+0000 mgr.smithi008.jfvsle (mgr.14180) 563 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:44.841 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:42.925072+0000 mgr.smithi008.jfvsle (mgr.14180) 562 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:44.841 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:43.550488+0000 mgr.smithi008.jfvsle (mgr.14180) 563 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:44.924 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:46.263 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:46.263 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:46.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:44.925745+0000 mgr.smithi008.jfvsle (mgr.14180) 564 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:46.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:46.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:44.925745+0000 mgr.smithi008.jfvsle (mgr.14180) 564 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:47.646 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:47.680 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:46.260268+0000 mgr.smithi008.jfvsle (mgr.14180) 565 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:47.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:46.260268+0000 mgr.smithi008.jfvsle (mgr.14180) 565 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:48.648 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:46.926447+0000 mgr.smithi008.jfvsle (mgr.14180) 566 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:48.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:46.926447+0000 mgr.smithi008.jfvsle (mgr.14180) 566 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:49.031 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:49.031 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:49.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:50.395 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:50.720 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:48.926775+0000 mgr.smithi008.jfvsle (mgr.14180) 567 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:50.720 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:49.027943+0000 mgr.smithi008.jfvsle (mgr.14180) 568 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:50.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:48.926775+0000 mgr.smithi008.jfvsle (mgr.14180) 567 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:50.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:49.027943+0000 mgr.smithi008.jfvsle (mgr.14180) 568 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:51.739 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:51.740 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:52.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:52.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:50.927207+0000 mgr.smithi008.jfvsle (mgr.14180) 569 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:52.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:50.927207+0000 mgr.smithi008.jfvsle (mgr.14180) 569 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:53.096 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:53.437 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:51.736255+0000 mgr.smithi008.jfvsle (mgr.14180) 570 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:53.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:51.736255+0000 mgr.smithi008.jfvsle (mgr.14180) 570 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:54.446 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:54.446 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:54.742 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:52.927896+0000 mgr.smithi008.jfvsle (mgr.14180) 571 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:54.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:54.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:52.927896+0000 mgr.smithi008.jfvsle (mgr.14180) 571 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:55.819 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:55.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:54.443354+0000 mgr.smithi008.jfvsle (mgr.14180) 572 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:55.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:54.443354+0000 mgr.smithi008.jfvsle (mgr.14180) 572 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:56.497 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:54.928483+0000 mgr.smithi008.jfvsle (mgr.14180) 573 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:56.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:54.928483+0000 mgr.smithi008.jfvsle (mgr.14180) 573 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:57.146 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:57.146 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:06:57.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:58.512 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:58.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:56.929053+0000 mgr.smithi008.jfvsle (mgr.14180) 574 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:58.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:06:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:57.142253+0000 mgr.smithi008.jfvsle (mgr.14180) 575 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:58.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:56.929053+0000 mgr.smithi008.jfvsle (mgr.14180) 574 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:58.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:06:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:57.142253+0000 mgr.smithi008.jfvsle (mgr.14180) 575 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:59.869 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:06:59.869 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:00.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:00.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:06:58.929391+0000 mgr.smithi008.jfvsle (mgr.14180) 576 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:00.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:06:58.929391+0000 mgr.smithi008.jfvsle (mgr.14180) 576 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:01.226 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:01.568 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:06:59.865876+0000 mgr.smithi008.jfvsle (mgr.14180) 577 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:01.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:06:59.865876+0000 mgr.smithi008.jfvsle (mgr.14180) 577 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:02.560 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:02.560 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:02.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:00.930063+0000 mgr.smithi008.jfvsle (mgr.14180) 578 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:02.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:00.930063+0000 mgr.smithi008.jfvsle (mgr.14180) 578 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:02.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:02.556647+0000 mgr.smithi008.jfvsle (mgr.14180) 579 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:03.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:02.556647+0000 mgr.smithi008.jfvsle (mgr.14180) 579 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:03.936 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:04.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:02.930531+0000 mgr.smithi008.jfvsle (mgr.14180) 580 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:04.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:02.930531+0000 mgr.smithi008.jfvsle (mgr.14180) 580 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:05.299 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:05.299 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:05.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:06.677 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:06.711 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:04.930966+0000 mgr.smithi008.jfvsle (mgr.14180) 581 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:06.711 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:05.296012+0000 mgr.smithi008.jfvsle (mgr.14180) 582 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:06.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:04.930966+0000 mgr.smithi008.jfvsle (mgr.14180) 581 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:06.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:05.296012+0000 mgr.smithi008.jfvsle (mgr.14180) 582 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:08.109 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:08.109 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:08.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:08.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:06.931404+0000 mgr.smithi008.jfvsle (mgr.14180) 583 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:08.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:06.931404+0000 mgr.smithi008.jfvsle (mgr.14180) 583 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:09.476 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:09.802 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:08.105205+0000 mgr.smithi008.jfvsle (mgr.14180) 584 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:09.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:08.105205+0000 mgr.smithi008.jfvsle (mgr.14180) 584 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:10.798 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:10.798 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:10.819 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:08.931955+0000 mgr.smithi008.jfvsle (mgr.14180) 585 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:10.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:08.931955+0000 mgr.smithi008.jfvsle (mgr.14180) 585 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:11.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:12.158 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:12.493 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:10.794351+0000 mgr.smithi008.jfvsle (mgr.14180) 586 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:12.493 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:10.932697+0000 mgr.smithi008.jfvsle (mgr.14180) 587 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:12.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:10.794351+0000 mgr.smithi008.jfvsle (mgr.14180) 586 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:10.932697+0000 mgr.smithi008.jfvsle (mgr.14180) 587 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:13.530 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:13.531 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:13.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:14.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:12.933136+0000 mgr.smithi008.jfvsle (mgr.14180) 588 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:14.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:13.527379+0000 mgr.smithi008.jfvsle (mgr.14180) 589 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:14.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:12.933136+0000 mgr.smithi008.jfvsle (mgr.14180) 588 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:14.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:13.527379+0000 mgr.smithi008.jfvsle (mgr.14180) 589 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:14.908 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:16.222 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:16.222 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:16.538 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:14.933640+0000 mgr.smithi008.jfvsle (mgr.14180) 590 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:16.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:16.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:14.933640+0000 mgr.smithi008.jfvsle (mgr.14180) 590 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:17.574 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:17.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:16.218689+0000 mgr.smithi008.jfvsle (mgr.14180) 591 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:17.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:16.218689+0000 mgr.smithi008.jfvsle (mgr.14180) 591 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:18.535 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:16.934163+0000 mgr.smithi008.jfvsle (mgr.14180) 592 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:18.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:16.934163+0000 mgr.smithi008.jfvsle (mgr.14180) 592 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:18.911 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:18.912 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:19.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:20.283 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:20.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:18.908306+0000 mgr.smithi008.jfvsle (mgr.14180) 593 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:20.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:18.934463+0000 mgr.smithi008.jfvsle (mgr.14180) 594 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:20.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:18.908306+0000 mgr.smithi008.jfvsle (mgr.14180) 593 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:20.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:18.934463+0000 mgr.smithi008.jfvsle (mgr.14180) 594 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:21.616 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:21.617 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:21.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:22.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:20.935190+0000 mgr.smithi008.jfvsle (mgr.14180) 595 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:22.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:21.613211+0000 mgr.smithi008.jfvsle (mgr.14180) 596 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:22.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:20.935190+0000 mgr.smithi008.jfvsle (mgr.14180) 595 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:22.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:21.613211+0000 mgr.smithi008.jfvsle (mgr.14180) 596 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:22.966 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:24.352 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:24.352 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:24.704 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:22.935921+0000 mgr.smithi008.jfvsle (mgr.14180) 597 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:24.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:24.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:22.935921+0000 mgr.smithi008.jfvsle (mgr.14180) 597 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:25.707 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:25.740 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:24.349326+0000 mgr.smithi008.jfvsle (mgr.14180) 598 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:25.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:24.349326+0000 mgr.smithi008.jfvsle (mgr.14180) 598 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:26.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:24.936545+0000 mgr.smithi008.jfvsle (mgr.14180) 599 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:26.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:24.936545+0000 mgr.smithi008.jfvsle (mgr.14180) 599 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:27.025 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:27.025 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:27.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:28.398 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:28.716 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:26.937024+0000 mgr.smithi008.jfvsle (mgr.14180) 600 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:28.716 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:27.022075+0000 mgr.smithi008.jfvsle (mgr.14180) 601 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:28.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:26.937024+0000 mgr.smithi008.jfvsle (mgr.14180) 600 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:28.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:27.022075+0000 mgr.smithi008.jfvsle (mgr.14180) 601 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:29.715 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:29.715 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:30.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:30.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:28.937427+0000 mgr.smithi008.jfvsle (mgr.14180) 602 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:30.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:28.937427+0000 mgr.smithi008.jfvsle (mgr.14180) 602 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:31.072 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:31.717 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:29.711522+0000 mgr.smithi008.jfvsle (mgr.14180) 603 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:31.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:29.711522+0000 mgr.smithi008.jfvsle (mgr.14180) 603 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:32.394 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:32.395 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:32.670 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:30.938156+0000 mgr.smithi008.jfvsle (mgr.14180) 604 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:32.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:32.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:30.938156+0000 mgr.smithi008.jfvsle (mgr.14180) 604 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:33.764 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:33.799 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:32.390915+0000 mgr.smithi008.jfvsle (mgr.14180) 605 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:33.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:32.390915+0000 mgr.smithi008.jfvsle (mgr.14180) 605 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:34.717 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:32.938696+0000 mgr.smithi008.jfvsle (mgr.14180) 606 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:34.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:32.938696+0000 mgr.smithi008.jfvsle (mgr.14180) 606 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:35.078 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:35.078 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:35.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:36.430 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:36.748 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:34.939142+0000 mgr.smithi008.jfvsle (mgr.14180) 607 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:36.748 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:35.075350+0000 mgr.smithi008.jfvsle (mgr.14180) 608 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:36.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:34.939142+0000 mgr.smithi008.jfvsle (mgr.14180) 607 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:36.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:35.075350+0000 mgr.smithi008.jfvsle (mgr.14180) 608 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:37.775 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:37.775 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:38.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:38.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:36.939661+0000 mgr.smithi008.jfvsle (mgr.14180) 609 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:38.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:36.939661+0000 mgr.smithi008.jfvsle (mgr.14180) 609 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:39.139 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:39.816 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:37.771169+0000 mgr.smithi008.jfvsle (mgr.14180) 610 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:39.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:37.771169+0000 mgr.smithi008.jfvsle (mgr.14180) 610 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:40.507 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:40.507 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:40.786 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:38.940124+0000 mgr.smithi008.jfvsle (mgr.14180) 611 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:40.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:40.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:38.940124+0000 mgr.smithi008.jfvsle (mgr.14180) 611 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:41.833 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:41.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:40.503985+0000 mgr.smithi008.jfvsle (mgr.14180) 612 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:41.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:40.503985+0000 mgr.smithi008.jfvsle (mgr.14180) 612 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:42.775 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:40.940818+0000 mgr.smithi008.jfvsle (mgr.14180) 613 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:42.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:40.940818+0000 mgr.smithi008.jfvsle (mgr.14180) 613 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:43.140 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:43.140 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:43.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:44.505 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:44.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:42.941251+0000 mgr.smithi008.jfvsle (mgr.14180) 614 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:44.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:43.136835+0000 mgr.smithi008.jfvsle (mgr.14180) 615 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:44.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:42.941251+0000 mgr.smithi008.jfvsle (mgr.14180) 614 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:44.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:43.136835+0000 mgr.smithi008.jfvsle (mgr.14180) 615 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:45.821 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:45.821 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:46.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:46.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:44.941702+0000 mgr.smithi008.jfvsle (mgr.14180) 616 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:46.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:44.941702+0000 mgr.smithi008.jfvsle (mgr.14180) 616 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:47.195 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:47.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:45.817712+0000 mgr.smithi008.jfvsle (mgr.14180) 617 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:47.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:45.817712+0000 mgr.smithi008.jfvsle (mgr.14180) 617 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:48.567 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:48.568 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:48.835 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:46.942246+0000 mgr.smithi008.jfvsle (mgr.14180) 618 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:48.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:46.942246+0000 mgr.smithi008.jfvsle (mgr.14180) 618 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:48.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:49.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:48.564333+0000 mgr.smithi008.jfvsle (mgr.14180) 619 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:49.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:48.564333+0000 mgr.smithi008.jfvsle (mgr.14180) 619 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:49.937 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:50.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:48.942561+0000 mgr.smithi008.jfvsle (mgr.14180) 620 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:50.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:48.942561+0000 mgr.smithi008.jfvsle (mgr.14180) 620 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:51.205 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:51.205 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:51.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:52.571 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:52.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:50.943012+0000 mgr.smithi008.jfvsle (mgr.14180) 621 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:52.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:51.201792+0000 mgr.smithi008.jfvsle (mgr.14180) 622 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:52.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:50.943012+0000 mgr.smithi008.jfvsle (mgr.14180) 621 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:52.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:51.201792+0000 mgr.smithi008.jfvsle (mgr.14180) 622 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:53.967 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:53.967 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:54.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:54.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:52.943457+0000 mgr.smithi008.jfvsle (mgr.14180) 623 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:54.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:52.943457+0000 mgr.smithi008.jfvsle (mgr.14180) 623 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:55.336 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:55.678 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:53.963405+0000 mgr.smithi008.jfvsle (mgr.14180) 624 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:55.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:53.963405+0000 mgr.smithi008.jfvsle (mgr.14180) 624 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:56.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:54.944215+0000 mgr.smithi008.jfvsle (mgr.14180) 625 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:56.705 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:56.705 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:56.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:54.944215+0000 mgr.smithi008.jfvsle (mgr.14180) 625 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:57.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:58.077 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:58.764 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:56.701408+0000 mgr.smithi008.jfvsle (mgr.14180) 626 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:58.764 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:07:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:56.944626+0000 mgr.smithi008.jfvsle (mgr.14180) 627 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:58.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:56.701408+0000 mgr.smithi008.jfvsle (mgr.14180) 626 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:58.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:07:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:56.944626+0000 mgr.smithi008.jfvsle (mgr.14180) 627 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:59.428 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:07:59.429 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:07:59.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:00.789 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:00.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:07:58.944940+0000 mgr.smithi008.jfvsle (mgr.14180) 628 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:00.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:07:59.425268+0000 mgr.smithi008.jfvsle (mgr.14180) 629 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:00.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:07:58.944940+0000 mgr.smithi008.jfvsle (mgr.14180) 628 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:00.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:07:59.425268+0000 mgr.smithi008.jfvsle (mgr.14180) 629 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:02.144 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:02.144 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:02.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:02.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:00.945403+0000 mgr.smithi008.jfvsle (mgr.14180) 630 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:02.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:00.945403+0000 mgr.smithi008.jfvsle (mgr.14180) 630 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:03.502 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:03.827 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:02.140882+0000 mgr.smithi008.jfvsle (mgr.14180) 631 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:03.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:02.140882+0000 mgr.smithi008.jfvsle (mgr.14180) 631 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:04.831 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:04.831 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:04.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:02.945995+0000 mgr.smithi008.jfvsle (mgr.14180) 632 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:04.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:02.945995+0000 mgr.smithi008.jfvsle (mgr.14180) 632 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:05.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:06.157 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:06.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:04.827786+0000 mgr.smithi008.jfvsle (mgr.14180) 633 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:06.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:04.946461+0000 mgr.smithi008.jfvsle (mgr.14180) 634 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:06.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:04.827786+0000 mgr.smithi008.jfvsle (mgr.14180) 633 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:06.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:04.946461+0000 mgr.smithi008.jfvsle (mgr.14180) 634 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:07.510 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:07.511 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:07.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:08.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:06.947122+0000 mgr.smithi008.jfvsle (mgr.14180) 635 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:08.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:07.507755+0000 mgr.smithi008.jfvsle (mgr.14180) 636 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:08.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:06.947122+0000 mgr.smithi008.jfvsle (mgr.14180) 635 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:08.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:07.507755+0000 mgr.smithi008.jfvsle (mgr.14180) 636 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:08.927 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:10.325 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:10.325 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:10.690 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:08.947524+0000 mgr.smithi008.jfvsle (mgr.14180) 637 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:10.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:10.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:08.947524+0000 mgr.smithi008.jfvsle (mgr.14180) 637 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:11.692 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:11.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:10.321429+0000 mgr.smithi008.jfvsle (mgr.14180) 638 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:11.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:10.321429+0000 mgr.smithi008.jfvsle (mgr.14180) 638 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:12.644 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:10.948116+0000 mgr.smithi008.jfvsle (mgr.14180) 639 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:12.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:10.948116+0000 mgr.smithi008.jfvsle (mgr.14180) 639 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:13.032 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:13.033 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:13.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:14.410 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:14.752 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:12.948568+0000 mgr.smithi008.jfvsle (mgr.14180) 640 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:14.752 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:13.029636+0000 mgr.smithi008.jfvsle (mgr.14180) 641 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:14.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:12.948568+0000 mgr.smithi008.jfvsle (mgr.14180) 640 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:14.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:13.029636+0000 mgr.smithi008.jfvsle (mgr.14180) 641 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:15.710 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:15.710 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:16.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:16.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:14.949008+0000 mgr.smithi008.jfvsle (mgr.14180) 642 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:16.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:14.949008+0000 mgr.smithi008.jfvsle (mgr.14180) 642 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:17.074 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:17.711 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:15.707226+0000 mgr.smithi008.jfvsle (mgr.14180) 643 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:17.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:15.707226+0000 mgr.smithi008.jfvsle (mgr.14180) 643 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:18.394 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:18.395 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:18.714 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:16.949467+0000 mgr.smithi008.jfvsle (mgr.14180) 644 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:18.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:18.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:16.949467+0000 mgr.smithi008.jfvsle (mgr.14180) 644 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:19.792 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:19.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:18.391317+0000 mgr.smithi008.jfvsle (mgr.14180) 645 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:19.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:18.391317+0000 mgr.smithi008.jfvsle (mgr.14180) 645 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:20.752 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:18.950010+0000 mgr.smithi008.jfvsle (mgr.14180) 646 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:20.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:18.950010+0000 mgr.smithi008.jfvsle (mgr.14180) 646 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:21.113 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:21.114 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:21.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:22.492 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:22.825 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:20.950432+0000 mgr.smithi008.jfvsle (mgr.14180) 647 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:22.826 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:21.109775+0000 mgr.smithi008.jfvsle (mgr.14180) 648 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:23.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:20.950432+0000 mgr.smithi008.jfvsle (mgr.14180) 647 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:23.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:21.109775+0000 mgr.smithi008.jfvsle (mgr.14180) 648 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:23.844 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:23.844 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:24.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:25.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:22.951108+0000 mgr.smithi008.jfvsle (mgr.14180) 649 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:25.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:22.951108+0000 mgr.smithi008.jfvsle (mgr.14180) 649 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:25.232 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:25.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:23.841112+0000 mgr.smithi008.jfvsle (mgr.14180) 650 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:26.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:23.841112+0000 mgr.smithi008.jfvsle (mgr.14180) 650 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:26.584 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:26.584 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:26.888 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:24.951616+0000 mgr.smithi008.jfvsle (mgr.14180) 651 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:26.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:27.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:24.951616+0000 mgr.smithi008.jfvsle (mgr.14180) 651 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:27.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:26.580864+0000 mgr.smithi008.jfvsle (mgr.14180) 652 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:27.955 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:28.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:26.580864+0000 mgr.smithi008.jfvsle (mgr.14180) 652 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:28.926 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:26.952082+0000 mgr.smithi008.jfvsle (mgr.14180) 653 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:29.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:26.952082+0000 mgr.smithi008.jfvsle (mgr.14180) 653 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:29.298 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:29.299 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:29.689 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:30.690 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:31.016 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:28.952475+0000 mgr.smithi008.jfvsle (mgr.14180) 654 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:31.016 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:29.295836+0000 mgr.smithi008.jfvsle (mgr.14180) 655 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:31.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:28.952475+0000 mgr.smithi008.jfvsle (mgr.14180) 654 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:31.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:29.295836+0000 mgr.smithi008.jfvsle (mgr.14180) 655 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:32.054 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:32.055 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:32.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:32.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:30.953161+0000 mgr.smithi008.jfvsle (mgr.14180) 656 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:33.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:30.953161+0000 mgr.smithi008.jfvsle (mgr.14180) 656 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:33.423 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:33.756 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:32.051342+0000 mgr.smithi008.jfvsle (mgr.14180) 657 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:34.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:32.051342+0000 mgr.smithi008.jfvsle (mgr.14180) 657 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:34.815 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:34.815 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:34.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:32.953642+0000 mgr.smithi008.jfvsle (mgr.14180) 658 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:35.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:32.953642+0000 mgr.smithi008.jfvsle (mgr.14180) 658 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:35.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:36.190 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:36.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:34.811939+0000 mgr.smithi008.jfvsle (mgr.14180) 659 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:36.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:34.954119+0000 mgr.smithi008.jfvsle (mgr.14180) 660 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:37.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:34.811939+0000 mgr.smithi008.jfvsle (mgr.14180) 659 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:37.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:34.954119+0000 mgr.smithi008.jfvsle (mgr.14180) 660 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:37.524 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:37.524 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:37.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:38.906 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:38.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:36.954631+0000 mgr.smithi008.jfvsle (mgr.14180) 661 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:38.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:37.520632+0000 mgr.smithi008.jfvsle (mgr.14180) 662 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:39.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:36.954631+0000 mgr.smithi008.jfvsle (mgr.14180) 661 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:39.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:37.520632+0000 mgr.smithi008.jfvsle (mgr.14180) 662 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:40.171 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:40.171 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:40.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:40.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:38.955073+0000 mgr.smithi008.jfvsle (mgr.14180) 663 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:41.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:38.955073+0000 mgr.smithi008.jfvsle (mgr.14180) 663 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:41.548 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:41.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:40.168251+0000 mgr.smithi008.jfvsle (mgr.14180) 664 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:40.168251+0000 mgr.smithi008.jfvsle (mgr.14180) 664 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:42.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:40.955689+0000 mgr.smithi008.jfvsle (mgr.14180) 665 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:42.945 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:42.945 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:43.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:40.955689+0000 mgr.smithi008.jfvsle (mgr.14180) 665 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:43.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:44.313 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:44.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:42.941699+0000 mgr.smithi008.jfvsle (mgr.14180) 666 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:44.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:42.956241+0000 mgr.smithi008.jfvsle (mgr.14180) 667 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:45.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:42.941699+0000 mgr.smithi008.jfvsle (mgr.14180) 666 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:45.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:42.956241+0000 mgr.smithi008.jfvsle (mgr.14180) 667 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:45.578 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:45.578 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:45.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:46.938 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:46.973 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:44.956722+0000 mgr.smithi008.jfvsle (mgr.14180) 668 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:46.973 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:45.575246+0000 mgr.smithi008.jfvsle (mgr.14180) 669 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:47.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:44.956722+0000 mgr.smithi008.jfvsle (mgr.14180) 668 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:47.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:45.575246+0000 mgr.smithi008.jfvsle (mgr.14180) 669 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:48.285 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:48.286 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:48.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:49.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:46.957228+0000 mgr.smithi008.jfvsle (mgr.14180) 670 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:49.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:46.957228+0000 mgr.smithi008.jfvsle (mgr.14180) 670 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:49.647 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:49.971 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:48.282204+0000 mgr.smithi008.jfvsle (mgr.14180) 671 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:50.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:48.282204+0000 mgr.smithi008.jfvsle (mgr.14180) 671 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:50.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:48.957585+0000 mgr.smithi008.jfvsle (mgr.14180) 672 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:50.957 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:50.958 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:51.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:48.957585+0000 mgr.smithi008.jfvsle (mgr.14180) 672 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:51.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:52.345 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:53.039 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:50.954147+0000 mgr.smithi008.jfvsle (mgr.14180) 673 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:53.040 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:50.957987+0000 mgr.smithi008.jfvsle (mgr.14180) 674 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:53.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:50.954147+0000 mgr.smithi008.jfvsle (mgr.14180) 673 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:53.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:50.957987+0000 mgr.smithi008.jfvsle (mgr.14180) 674 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:53.714 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:53.714 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:54.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:55.079 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:55.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:52.958462+0000 mgr.smithi008.jfvsle (mgr.14180) 675 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:55.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:52.958462+0000 mgr.smithi008.jfvsle (mgr.14180) 675 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:56.015 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:53.711382+0000 mgr.smithi008.jfvsle (mgr.14180) 676 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:56.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:53.711382+0000 mgr.smithi008.jfvsle (mgr.14180) 676 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:56.403 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:56.403 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:56.758 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:54.959141+0000 mgr.smithi008.jfvsle (mgr.14180) 677 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:56.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:57.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:54.959141+0000 mgr.smithi008.jfvsle (mgr.14180) 677 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:57.761 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:57.796 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:56.400313+0000 mgr.smithi008.jfvsle (mgr.14180) 678 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:58.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:56.400313+0000 mgr.smithi008.jfvsle (mgr.14180) 678 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:59.049 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:08:59.049 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:08:59.071 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:08:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:56.959613+0000 mgr.smithi008.jfvsle (mgr.14180) 679 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:59.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:08:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:56.959613+0000 mgr.smithi008.jfvsle (mgr.14180) 679 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:59.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:00.412 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:00.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:08:58.959976+0000 mgr.smithi008.jfvsle (mgr.14180) 680 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:00.770 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:08:59.045468+0000 mgr.smithi008.jfvsle (mgr.14180) 681 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:01.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:08:58.959976+0000 mgr.smithi008.jfvsle (mgr.14180) 680 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:01.128 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:08:59.045468+0000 mgr.smithi008.jfvsle (mgr.14180) 681 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:01.779 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:01.779 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:02.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:03.074 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:00.960551+0000 mgr.smithi008.jfvsle (mgr.14180) 682 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:03.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:00.960551+0000 mgr.smithi008.jfvsle (mgr.14180) 682 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:03.153 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:03.772 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:01.775735+0000 mgr.smithi008.jfvsle (mgr.14180) 683 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:04.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:01.775735+0000 mgr.smithi008.jfvsle (mgr.14180) 683 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:04.453 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:04.453 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:04.775 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:02.961155+0000 mgr.smithi008.jfvsle (mgr.14180) 684 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:04.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:05.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:02.961155+0000 mgr.smithi008.jfvsle (mgr.14180) 684 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:05.852 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:06.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:04.450198+0000 mgr.smithi008.jfvsle (mgr.14180) 685 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:06.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:04.450198+0000 mgr.smithi008.jfvsle (mgr.14180) 685 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:06.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:04.961767+0000 mgr.smithi008.jfvsle (mgr.14180) 686 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:07.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:04.961767+0000 mgr.smithi008.jfvsle (mgr.14180) 686 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:07.179 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:07.179 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:06.495416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:36.041390Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pmxaxc on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pmxaxc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pmxaxc\nDeploy daemon haproxy.nfs.foo.smithi190.pmxaxc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T04:59:43Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:00:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.212957Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.deewhs on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-deewhs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.deewhs\nDeploy daemon haproxy.nfs.foo.smithi008.deewhs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:02:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:02:50Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:03: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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:05.218743Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.wnkiub on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:06.496045Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:06.495560Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:06.495635Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:06.495723Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:06.495789Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:07.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:08.513 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:08.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:06.962186+0000 mgr.smithi008.jfvsle (mgr.14180) 687 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:08.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:07.176008+0000 mgr.smithi008.jfvsle (mgr.14180) 688 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:08.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:09:07.479888+0000 mgr.smithi008.jfvsle (mgr.14180) 689 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.541 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.pmvdec ... 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:07:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:07:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:08:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Traceback (most recent call last): 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:08.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: yield (conn, connr) 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: code, '\n'.join(err))) 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.pmvdec ... 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:07:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:07:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:08:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:09:08.543 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:09:07.480050+0000 mgr.smithi008.jfvsle (mgr.14180) 690 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:07.480388+0000 mon.smithi008 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.pmvdec"}]: dispatch 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:09:07.481004+0000 mgr.smithi008.jfvsle (mgr.14180) 691 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.pmvdec ... 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:07:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:07:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:08:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:09:07.482164+0000 mgr.smithi008.jfvsle (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:08.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:09:07.483132+0000 mgr.smithi008.jfvsle (mgr.14180) 693 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:08.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:07.483784+0000 mgr.smithi008.jfvsle (mgr.14180) 694 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:09:08.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:07.485174+0000 mon.smithi008 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:09:08.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:07.690997+0000 mon.smithi008 (mon.0) 663 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:09:08.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:07.723948+0000 mon.smithi008 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:08.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:07.727566+0000 mon.smithi008 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:06.962186+0000 mgr.smithi008.jfvsle (mgr.14180) 687 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:07.176008+0000 mgr.smithi008.jfvsle (mgr.14180) 688 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:09:07.479888+0000 mgr.smithi008.jfvsle (mgr.14180) 689 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.pmvdec ... 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:07:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:07:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:08:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Traceback (most recent call last): 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: yield (conn, connr) 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: code, '\n'.join(err))) 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.pmvdec ... 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:07:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:07:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:08:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:09:07.480050+0000 mgr.smithi008.jfvsle (mgr.14180) 690 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:07.480388+0000 mon.smithi008 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.pmvdec"}]: dispatch 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:09:07.481004+0000 mgr.smithi008.jfvsle (mgr.14180) 691 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec 2023-12-21T05:09:08.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.pmvdec ... 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:07:15Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:07:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:08:30Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:09:07.482164+0000 mgr.smithi008.jfvsle (mgr.14180) 692 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:09:07.483132+0000 mgr.smithi008.jfvsle (mgr.14180) 693 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:07.483784+0000 mgr.smithi008.jfvsle (mgr.14180) 694 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:07.485174+0000 mon.smithi008 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:07.690997+0000 mon.smithi008 (mon.0) 663 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:07.723948+0000 mon.smithi008 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:08.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:07.727566+0000 mon.smithi008 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:09.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:08.289273+0000 mon.smithi008 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:09.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:08.497767+0000 mon.smithi008 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:09.351 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:09.139284+0000 mon.smithi008 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:09.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:08.289273+0000 mon.smithi008 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:09.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:08.497767+0000 mon.smithi008 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:09.139284+0000 mon.smithi008 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:10.426 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:09.418218+0000 mon.smithi008 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:10.426 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:09.418863+0000 mon.smithi008 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:10.426 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:09.419385+0000 mon.smithi008 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:10.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:09.419933+0000 mon.smithi008 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:10.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:09:09.420360+0000 mgr.smithi008.jfvsle (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 2968M 2023-12-21T05:09:10.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:09.423943+0000 mon.smithi008 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:10.427 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:09.484421+0000 mgr.smithi008.jfvsle (mgr.14180) 696 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:09:10.450 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:10.450 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:04:08.558851Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:04:08.558920Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:04:08.558986Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:04:08.559424Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:04:08.558774Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:04:08.558615Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:04:08.559486Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:04:08.559051Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:04:08.559177Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:04:08.559114Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:10.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:09.418218+0000 mon.smithi008 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:10.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:09.418863+0000 mon.smithi008 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:09.419385+0000 mon.smithi008 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:09.419933+0000 mon.smithi008 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:09:09.420360+0000 mgr.smithi008.jfvsle (mgr.14180) 695 : cephadm [INF] Adjusting osd_memory_target on smithi190 to 2968M 2023-12-21T05:09:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:09.423943+0000 mon.smithi008 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:10.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:09.484421+0000 mgr.smithi008.jfvsle (mgr.14180) 696 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:09:11.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:11.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:10.447530+0000 mgr.smithi008.jfvsle (mgr.14180) 697 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:11.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.368737+0000 mon.smithi008 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:11.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:10.447530+0000 mgr.smithi008.jfvsle (mgr.14180) 697 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:11.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.368737+0000 mon.smithi008 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:12.005 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:12.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:11.485272+0000 mgr.smithi008.jfvsle (mgr.14180) 698 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:09:12.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.656626+0000 mon.smithi008 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:12.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.657269+0000 mon.smithi008 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:12.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.657812+0000 mon.smithi008 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:12.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.658330+0000 mon.smithi008 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:12.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:09:11.658759+0000 mgr.smithi008.jfvsle (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 1945M 2023-12-21T05:09:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.662559+0000 mon.smithi008 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.663421+0000 mon.smithi008 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:09:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.664025+0000 mon.smithi008 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:09:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.667856+0000 mon.smithi008 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:11.668283+0000 mgr.smithi008.jfvsle (mgr.14180) 700 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T05:09:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.671384+0000 mon.smithi008 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:09:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:11.678020+0000 mon.smithi008 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:12.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:12 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:09:11.679912+0000 mgr.smithi008.jfvsle (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi190.tkdcce on smithi190 2023-12-21T05:09:12.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:11.485272+0000 mgr.smithi008.jfvsle (mgr.14180) 698 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.656626+0000 mon.smithi008 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.657269+0000 mon.smithi008 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.657812+0000 mon.smithi008 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.658330+0000 mon.smithi008 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:09:11.658759+0000 mgr.smithi008.jfvsle (mgr.14180) 699 : cephadm [INF] Adjusting osd_memory_target on smithi008 to 1945M 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.662559+0000 mon.smithi008 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.663421+0000 mon.smithi008 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.664025+0000 mon.smithi008 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.667856+0000 mon.smithi008 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:11.668283+0000 mgr.smithi008.jfvsle (mgr.14180) 700 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.671384+0000 mon.smithi008 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:11.678020+0000 mon.smithi008 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:12.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:12 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:09:11.679912+0000 mgr.smithi008.jfvsle (mgr.14180) 701 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi190.tkdcce on smithi190 2023-12-21T05:09:13.379 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:13.379 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:13.749 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:12.424459+0000 mon.smithi008 (mon.0) 685 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:09:13.749 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:12.424489+0000 mon.smithi008 (mon.0) 686 : cluster [INF] Cluster is now healthy 2023-12-21T05:09:13.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:13.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:12.424459+0000 mon.smithi008 (mon.0) 685 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:09:13.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:12.424489+0000 mon.smithi008 (mon.0) 686 : cluster [INF] Cluster is now healthy 2023-12-21T05:09:14.752 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:14.786 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:13.376030+0000 mgr.smithi008.jfvsle (mgr.14180) 702 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:14.786 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:13.668706+0000 mgr.smithi008.jfvsle (mgr.14180) 703 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-21T05:09:14.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:13.376030+0000 mgr.smithi008.jfvsle (mgr.14180) 702 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:14.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:13.668706+0000 mgr.smithi008.jfvsle (mgr.14180) 703 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-21T05:09:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:15.669171+0000 mgr.smithi008.jfvsle (mgr.14180) 704 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-21T05:09:16.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:15.669171+0000 mgr.smithi008.jfvsle (mgr.14180) 704 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 B/s rd, 0 op/s 2023-12-21T05:09:16.095 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:16.096 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:16.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:17.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:16.092545+0000 mgr.smithi008.jfvsle (mgr.14180) 705 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:17.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:16.092545+0000 mgr.smithi008.jfvsle (mgr.14180) 705 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:17.476 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:18.454 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:17.669744+0000 mgr.smithi008.jfvsle (mgr.14180) 706 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:09:18.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:17.669744+0000 mgr.smithi008.jfvsle (mgr.14180) 706 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:09:18.829 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:18.829 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:19.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:20.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:18.826144+0000 mgr.smithi008.jfvsle (mgr.14180) 707 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:20.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:19.670132+0000 mgr.smithi008.jfvsle (mgr.14180) 708 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:09:20.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:18.826144+0000 mgr.smithi008.jfvsle (mgr.14180) 707 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:20.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:19.670132+0000 mgr.smithi008.jfvsle (mgr.14180) 708 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:09:20.200 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:21.582 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:21.582 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:21.897 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:21.578876+0000 mgr.smithi008.jfvsle (mgr.14180) 709 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:21.898 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:21.670716+0000 mgr.smithi008.jfvsle (mgr.14180) 710 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:09:21.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:22.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:21.578876+0000 mgr.smithi008.jfvsle (mgr.14180) 709 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:22.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:21.670716+0000 mgr.smithi008.jfvsle (mgr.14180) 710 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:09:22.960 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:24.332 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:24.332 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:24.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:23.290044+0000 mon.smithi008 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:24.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:23.671201+0000 mgr.smithi008.jfvsle (mgr.14180) 711 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:24.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:23.290044+0000 mon.smithi008 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:09:24.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:23.671201+0000 mgr.smithi008.jfvsle (mgr.14180) 711 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:24.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:25.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:24.328641+0000 mgr.smithi008.jfvsle (mgr.14180) 712 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:25.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:24.328641+0000 mgr.smithi008.jfvsle (mgr.14180) 712 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:25.728 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:26.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:25.671963+0000 mgr.smithi008.jfvsle (mgr.14180) 713 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:26.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:25.671963+0000 mgr.smithi008.jfvsle (mgr.14180) 713 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:27.083 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:27.083 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:27.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:28.458 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:28.492 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:27.079835+0000 mgr.smithi008.jfvsle (mgr.14180) 714 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:28.493 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:27.672442+0000 mgr.smithi008.jfvsle (mgr.14180) 715 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:28.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:27.079835+0000 mgr.smithi008.jfvsle (mgr.14180) 714 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:28.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:27.672442+0000 mgr.smithi008.jfvsle (mgr.14180) 715 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:29.826 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:29.827 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:30.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:29.672932+0000 mgr.smithi008.jfvsle (mgr.14180) 716 : 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 2023-12-21T05:09:30.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:29.672932+0000 mgr.smithi008.jfvsle (mgr.14180) 716 : 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 2023-12-21T05:09:30.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:31.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:29.823563+0000 mgr.smithi008.jfvsle (mgr.14180) 717 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:31.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:29.823563+0000 mgr.smithi008.jfvsle (mgr.14180) 717 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:31.199 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:31.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:31.673610+0000 mgr.smithi008.jfvsle (mgr.14180) 718 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:32.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:31.673610+0000 mgr.smithi008.jfvsle (mgr.14180) 718 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:32.588 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:32.588 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:32.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:33.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:32.585631+0000 mgr.smithi008.jfvsle (mgr.14180) 719 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:33.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:32.585631+0000 mgr.smithi008.jfvsle (mgr.14180) 719 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:33.957 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:34.298 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:33.674049+0000 mgr.smithi008.jfvsle (mgr.14180) 720 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:34.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:33.674049+0000 mgr.smithi008.jfvsle (mgr.14180) 720 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:35.288 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:35.288 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:35.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:35.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:35.284933+0000 mgr.smithi008.jfvsle (mgr.14180) 721 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:35.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:35.674745+0000 mgr.smithi008.jfvsle (mgr.14180) 722 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:36.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:35.284933+0000 mgr.smithi008.jfvsle (mgr.14180) 721 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:36.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:35.674745+0000 mgr.smithi008.jfvsle (mgr.14180) 722 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:36.657 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:38.065 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:38.066 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:38.362 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:37.675305+0000 mgr.smithi008.jfvsle (mgr.14180) 723 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:38.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:38.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:37.675305+0000 mgr.smithi008.jfvsle (mgr.14180) 723 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:39.439 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:39.472 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:38.061912+0000 mgr.smithi008.jfvsle (mgr.14180) 724 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:39.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:38.061912+0000 mgr.smithi008.jfvsle (mgr.14180) 724 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:40.459 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:39.676033+0000 mgr.smithi008.jfvsle (mgr.14180) 725 : 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 2023-12-21T05:09:40.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:39.676033+0000 mgr.smithi008.jfvsle (mgr.14180) 725 : 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 2023-12-21T05:09:40.873 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:40.873 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:41.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:40.869614+0000 mgr.smithi008.jfvsle (mgr.14180) 726 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:41.676680+0000 mgr.smithi008.jfvsle (mgr.14180) 727 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:42.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:40.869614+0000 mgr.smithi008.jfvsle (mgr.14180) 726 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:42.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:41.676680+0000 mgr.smithi008.jfvsle (mgr.14180) 727 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:42.240 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:43.582 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:43.582 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:43.954 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:43.579308+0000 mgr.smithi008.jfvsle (mgr.14180) 728 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:43.954 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:43.677150+0000 mgr.smithi008.jfvsle (mgr.14180) 729 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:43.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:43.579308+0000 mgr.smithi008.jfvsle (mgr.14180) 728 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:43.677150+0000 mgr.smithi008.jfvsle (mgr.14180) 729 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:44.957 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:45.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:45.677648+0000 mgr.smithi008.jfvsle (mgr.14180) 730 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:46.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:45.677648+0000 mgr.smithi008.jfvsle (mgr.14180) 730 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:46.311 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:46.312 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:46.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:47.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:46.308941+0000 mgr.smithi008.jfvsle (mgr.14180) 731 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:47.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:46.308941+0000 mgr.smithi008.jfvsle (mgr.14180) 731 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:47.681 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:48.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:47.678283+0000 mgr.smithi008.jfvsle (mgr.14180) 732 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:48.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:47.678283+0000 mgr.smithi008.jfvsle (mgr.14180) 732 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:48.984 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:48.984 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:49.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:50.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:48.980807+0000 mgr.smithi008.jfvsle (mgr.14180) 733 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:50.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:49.678848+0000 mgr.smithi008.jfvsle (mgr.14180) 734 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:50.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:48.980807+0000 mgr.smithi008.jfvsle (mgr.14180) 733 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:50.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:49.678848+0000 mgr.smithi008.jfvsle (mgr.14180) 734 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:50.339 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:51.724 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:51.724 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:52.052 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:51.679291+0000 mgr.smithi008.jfvsle (mgr.14180) 735 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:52.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:51.679291+0000 mgr.smithi008.jfvsle (mgr.14180) 735 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:52.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:53.089 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:53.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:51.720510+0000 mgr.smithi008.jfvsle (mgr.14180) 736 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:53.422 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:51.720510+0000 mgr.smithi008.jfvsle (mgr.14180) 736 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:54.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:53.679912+0000 mgr.smithi008.jfvsle (mgr.14180) 737 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:54.419 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:54.419 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:54.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:53.679912+0000 mgr.smithi008.jfvsle (mgr.14180) 737 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:54.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:55.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:54.416447+0000 mgr.smithi008.jfvsle (mgr.14180) 738 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:55.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:54.416447+0000 mgr.smithi008.jfvsle (mgr.14180) 738 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:55.813 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:56.482 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:55.680484+0000 mgr.smithi008.jfvsle (mgr.14180) 739 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:56.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:55.680484+0000 mgr.smithi008.jfvsle (mgr.14180) 739 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:57.185 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:57.186 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:09:57.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:58.555 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:58.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:57.182749+0000 mgr.smithi008.jfvsle (mgr.14180) 740 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:58.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:57.680997+0000 mgr.smithi008.jfvsle (mgr.14180) 741 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:58.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:57.182749+0000 mgr.smithi008.jfvsle (mgr.14180) 740 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:58.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:57.680997+0000 mgr.smithi008.jfvsle (mgr.14180) 741 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:59.925 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:09:59.925 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:00.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:09:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:09:59.681398+0000 mgr.smithi008.jfvsle (mgr.14180) 742 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:00.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:09:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:09:59.681398+0000 mgr.smithi008.jfvsle (mgr.14180) 742 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:00.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:01.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:09:59.921735+0000 mgr.smithi008.jfvsle (mgr.14180) 743 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:01.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:00.000156+0000 mon.smithi008 (mon.0) 688 : cluster [INF] overall HEALTH_OK 2023-12-21T05:10:01.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:09:59.921735+0000 mgr.smithi008.jfvsle (mgr.14180) 743 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:01.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:00.000156+0000 mon.smithi008 (mon.0) 688 : cluster [INF] overall HEALTH_OK 2023-12-21T05:10:01.287 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:01.931 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:01.681925+0000 mgr.smithi008.jfvsle (mgr.14180) 744 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:02.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:01.681925+0000 mgr.smithi008.jfvsle (mgr.14180) 744 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:02.625 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:02.625 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:02.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:03.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:02.621419+0000 mgr.smithi008.jfvsle (mgr.14180) 745 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:03.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:02.621419+0000 mgr.smithi008.jfvsle (mgr.14180) 745 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:03.995 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:04.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:03.682352+0000 mgr.smithi008.jfvsle (mgr.14180) 746 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:04.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:03.682352+0000 mgr.smithi008.jfvsle (mgr.14180) 746 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:05.334 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:05.335 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:05.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:06.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:05.331362+0000 mgr.smithi008.jfvsle (mgr.14180) 747 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:06.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:05.683044+0000 mgr.smithi008.jfvsle (mgr.14180) 748 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:06.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:05.331362+0000 mgr.smithi008.jfvsle (mgr.14180) 747 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:06.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:05.683044+0000 mgr.smithi008.jfvsle (mgr.14180) 748 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:06.720 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:08.131 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:08.131 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:08.416 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:07.683745+0000 mgr.smithi008.jfvsle (mgr.14180) 749 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:08.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:08.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:07.683745+0000 mgr.smithi008.jfvsle (mgr.14180) 749 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:09.487 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:09.521 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:08.128450+0000 mgr.smithi008.jfvsle (mgr.14180) 750 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:09.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:08.128450+0000 mgr.smithi008.jfvsle (mgr.14180) 750 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:10.486 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:09.684154+0000 mgr.smithi008.jfvsle (mgr.14180) 751 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:10.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:09.684154+0000 mgr.smithi008.jfvsle (mgr.14180) 751 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:10.865 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:10.865 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:11.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:12.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:10.862178+0000 mgr.smithi008.jfvsle (mgr.14180) 752 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:12.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:11.684734+0000 mgr.smithi008.jfvsle (mgr.14180) 753 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:12.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:10.862178+0000 mgr.smithi008.jfvsle (mgr.14180) 752 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:12.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:11.684734+0000 mgr.smithi008.jfvsle (mgr.14180) 753 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:12.227 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:13.596 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:13.597 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:13.891 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:13.593052+0000 mgr.smithi008.jfvsle (mgr.14180) 754 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:13.891 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:13.685052+0000 mgr.smithi008.jfvsle (mgr.14180) 755 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:13.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:14.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:13.593052+0000 mgr.smithi008.jfvsle (mgr.14180) 754 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:14.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:13.685052+0000 mgr.smithi008.jfvsle (mgr.14180) 755 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:14.992 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:15.996 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:15.685530+0000 mgr.smithi008.jfvsle (mgr.14180) 756 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:15.685530+0000 mgr.smithi008.jfvsle (mgr.14180) 756 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:16.364 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:16.365 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:16.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:17.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:16.361893+0000 mgr.smithi008.jfvsle (mgr.14180) 757 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:17.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:16.361893+0000 mgr.smithi008.jfvsle (mgr.14180) 757 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:17.735 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:18.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:17.686098+0000 mgr.smithi008.jfvsle (mgr.14180) 758 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:18.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:17.686098+0000 mgr.smithi008.jfvsle (mgr.14180) 758 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:19.067 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:19.067 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:19.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:20.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:19.064015+0000 mgr.smithi008.jfvsle (mgr.14180) 759 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:20.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:19.686692+0000 mgr.smithi008.jfvsle (mgr.14180) 760 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:20.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:19.064015+0000 mgr.smithi008.jfvsle (mgr.14180) 759 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:20.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:19.686692+0000 mgr.smithi008.jfvsle (mgr.14180) 760 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:20.450 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:21.799 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:21.799 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:22.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:21.687157+0000 mgr.smithi008.jfvsle (mgr.14180) 761 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:22.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:21.687157+0000 mgr.smithi008.jfvsle (mgr.14180) 761 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:22.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:23.184 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:23.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:21.796082+0000 mgr.smithi008.jfvsle (mgr.14180) 762 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:23.526 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:21.796082+0000 mgr.smithi008.jfvsle (mgr.14180) 762 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:24.484 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:24.484 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:24.507 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:23.687757+0000 mgr.smithi008.jfvsle (mgr.14180) 763 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:24.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:23.687757+0000 mgr.smithi008.jfvsle (mgr.14180) 763 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:24.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:25.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:24.480667+0000 mgr.smithi008.jfvsle (mgr.14180) 764 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:25.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:24.480667+0000 mgr.smithi008.jfvsle (mgr.14180) 764 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:25.900 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:26.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:25.688356+0000 mgr.smithi008.jfvsle (mgr.14180) 765 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:26.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:25.688356+0000 mgr.smithi008.jfvsle (mgr.14180) 765 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:27.256 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:27.257 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:27.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:28.586 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:28.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:27.252205+0000 mgr.smithi008.jfvsle (mgr.14180) 766 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:28.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:27.689002+0000 mgr.smithi008.jfvsle (mgr.14180) 767 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:28.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:27.252205+0000 mgr.smithi008.jfvsle (mgr.14180) 766 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:28.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:27.689002+0000 mgr.smithi008.jfvsle (mgr.14180) 767 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:29.840 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:29.689416+0000 mgr.smithi008.jfvsle (mgr.14180) 768 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:29.902 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:29.902 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:30.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:29.689416+0000 mgr.smithi008.jfvsle (mgr.14180) 768 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:30.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:31.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:29.899099+0000 mgr.smithi008.jfvsle (mgr.14180) 769 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:31.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:29.899099+0000 mgr.smithi008.jfvsle (mgr.14180) 769 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:31.284 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:32.002 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:31.689912+0000 mgr.smithi008.jfvsle (mgr.14180) 770 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:32.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:31.689912+0000 mgr.smithi008.jfvsle (mgr.14180) 770 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:32.684 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:32.685 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:33.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:33.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:32.681126+0000 mgr.smithi008.jfvsle (mgr.14180) 771 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:33.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:32.681126+0000 mgr.smithi008.jfvsle (mgr.14180) 771 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:34.050 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:34.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:33.690315+0000 mgr.smithi008.jfvsle (mgr.14180) 772 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:34.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:33.690315+0000 mgr.smithi008.jfvsle (mgr.14180) 772 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:35.349 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:35.350 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:35.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:36.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:35.346388+0000 mgr.smithi008.jfvsle (mgr.14180) 773 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:36.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:35.690980+0000 mgr.smithi008.jfvsle (mgr.14180) 774 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:36.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:35.346388+0000 mgr.smithi008.jfvsle (mgr.14180) 773 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:36.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:35.690980+0000 mgr.smithi008.jfvsle (mgr.14180) 774 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:36.732 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:38.096 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:38.096 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:38.387 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:37.691468+0000 mgr.smithi008.jfvsle (mgr.14180) 775 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:38.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:38.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:37.691468+0000 mgr.smithi008.jfvsle (mgr.14180) 775 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:39.474 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:39.509 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:38.093251+0000 mgr.smithi008.jfvsle (mgr.14180) 776 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:39.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:38.093251+0000 mgr.smithi008.jfvsle (mgr.14180) 776 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:40.477 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:39.691977+0000 mgr.smithi008.jfvsle (mgr.14180) 777 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:40.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:39.691977+0000 mgr.smithi008.jfvsle (mgr.14180) 777 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:40.870 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:40.870 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:41.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:40.867035+0000 mgr.smithi008.jfvsle (mgr.14180) 778 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:42.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:41.692528+0000 mgr.smithi008.jfvsle (mgr.14180) 779 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:42.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:40.867035+0000 mgr.smithi008.jfvsle (mgr.14180) 778 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:42.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:41.692528+0000 mgr.smithi008.jfvsle (mgr.14180) 779 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:42.223 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:43.608 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:43.609 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:43.904 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:43.604572+0000 mgr.smithi008.jfvsle (mgr.14180) 780 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:43.904 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:43.693061+0000 mgr.smithi008.jfvsle (mgr.14180) 781 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:43.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:43.604572+0000 mgr.smithi008.jfvsle (mgr.14180) 780 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:43.693061+0000 mgr.smithi008.jfvsle (mgr.14180) 781 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:44.973 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:45.934 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:45.693619+0000 mgr.smithi008.jfvsle (mgr.14180) 782 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:46.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:45.693619+0000 mgr.smithi008.jfvsle (mgr.14180) 782 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:46.322 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:46.322 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:46.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:47.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:46.318650+0000 mgr.smithi008.jfvsle (mgr.14180) 783 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:47.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:46.318650+0000 mgr.smithi008.jfvsle (mgr.14180) 783 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:47.707 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:48.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:47.694254+0000 mgr.smithi008.jfvsle (mgr.14180) 784 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:48.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:47.694254+0000 mgr.smithi008.jfvsle (mgr.14180) 784 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:49.105 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:49.106 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:49.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:50.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:49.102719+0000 mgr.smithi008.jfvsle (mgr.14180) 785 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:50.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:49.694763+0000 mgr.smithi008.jfvsle (mgr.14180) 786 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:50.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:49.102719+0000 mgr.smithi008.jfvsle (mgr.14180) 785 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:50.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:49.694763+0000 mgr.smithi008.jfvsle (mgr.14180) 786 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:50.480 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:51.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:51.695225+0000 mgr.smithi008.jfvsle (mgr.14180) 787 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:51.903 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:51.903 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:52.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:51.695225+0000 mgr.smithi008.jfvsle (mgr.14180) 787 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:52.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:53.289 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:53.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:51.899922+0000 mgr.smithi008.jfvsle (mgr.14180) 788 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:53.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:51.899922+0000 mgr.smithi008.jfvsle (mgr.14180) 788 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:54.300 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:53.695688+0000 mgr.smithi008.jfvsle (mgr.14180) 789 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:54.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:53.695688+0000 mgr.smithi008.jfvsle (mgr.14180) 789 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:54.692 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:54.692 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:55.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:55.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:54.688783+0000 mgr.smithi008.jfvsle (mgr.14180) 790 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:55.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:54.688783+0000 mgr.smithi008.jfvsle (mgr.14180) 790 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:56.055 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:56.390 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:55.696186+0000 mgr.smithi008.jfvsle (mgr.14180) 791 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:56.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:55.696186+0000 mgr.smithi008.jfvsle (mgr.14180) 791 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:57.424 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:10:57.425 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:10:57.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:58.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:10:57.420762+0000 mgr.smithi008.jfvsle (mgr.14180) 792 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:57.696927+0000 mgr.smithi008.jfvsle (mgr.14180) 793 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:58.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:10:57.420762+0000 mgr.smithi008.jfvsle (mgr.14180) 792 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:58.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:57.696927+0000 mgr.smithi008.jfvsle (mgr.14180) 793 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:58.796 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:00.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:10:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:10:59.697306+0000 mgr.smithi008.jfvsle (mgr.14180) 794 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:00.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:10:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:10:59.697306+0000 mgr.smithi008.jfvsle (mgr.14180) 794 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:00.213 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:00.213 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:00.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:00.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:00.210477+0000 mgr.smithi008.jfvsle (mgr.14180) 795 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:01.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:00.210477+0000 mgr.smithi008.jfvsle (mgr.14180) 795 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:01.589 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:01.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:01.697784+0000 mgr.smithi008.jfvsle (mgr.14180) 796 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:01.697784+0000 mgr.smithi008.jfvsle (mgr.14180) 796 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:02.949 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:02.949 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:03.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:04.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:02.946349+0000 mgr.smithi008.jfvsle (mgr.14180) 797 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:04.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:03.698159+0000 mgr.smithi008.jfvsle (mgr.14180) 798 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:04.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:02.946349+0000 mgr.smithi008.jfvsle (mgr.14180) 797 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:04.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:03.698159+0000 mgr.smithi008.jfvsle (mgr.14180) 798 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:04.328 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:05.695 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:05.695 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:05.992 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:05.692047+0000 mgr.smithi008.jfvsle (mgr.14180) 799 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:05.992 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:05.698574+0000 mgr.smithi008.jfvsle (mgr.14180) 800 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:06.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:06.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:05.692047+0000 mgr.smithi008.jfvsle (mgr.14180) 799 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:06.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:05.698574+0000 mgr.smithi008.jfvsle (mgr.14180) 800 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:07.069 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:08.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:07.699265+0000 mgr.smithi008.jfvsle (mgr.14180) 801 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:08.402 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:08.403 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:08.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:07.699265+0000 mgr.smithi008.jfvsle (mgr.14180) 801 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:08.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:09.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:08.400015+0000 mgr.smithi008.jfvsle (mgr.14180) 802 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:09.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:08.400015+0000 mgr.smithi008.jfvsle (mgr.14180) 802 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:09.771 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:10.422 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:09.699919+0000 mgr.smithi008.jfvsle (mgr.14180) 803 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:10.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:09.699919+0000 mgr.smithi008.jfvsle (mgr.14180) 803 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:11.125 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:11.129 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:11.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:12.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:11.122374+0000 mgr.smithi008.jfvsle (mgr.14180) 804 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:12.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:11.700588+0000 mgr.smithi008.jfvsle (mgr.14180) 805 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:12.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:11.122374+0000 mgr.smithi008.jfvsle (mgr.14180) 804 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:12.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:11.700588+0000 mgr.smithi008.jfvsle (mgr.14180) 805 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:12.478 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:13.834 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:13.834 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:14.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:13.700958+0000 mgr.smithi008.jfvsle (mgr.14180) 806 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:14.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:13.700958+0000 mgr.smithi008.jfvsle (mgr.14180) 806 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:14.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:15.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:13.830593+0000 mgr.smithi008.jfvsle (mgr.14180) 807 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:15.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:13.830593+0000 mgr.smithi008.jfvsle (mgr.14180) 807 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:15.210 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:15.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:15.701543+0000 mgr.smithi008.jfvsle (mgr.14180) 808 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:16.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:15.701543+0000 mgr.smithi008.jfvsle (mgr.14180) 808 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:16.606 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:16.606 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:16.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:16.603404+0000 mgr.smithi008.jfvsle (mgr.14180) 809 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:16.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:17.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:16.603404+0000 mgr.smithi008.jfvsle (mgr.14180) 809 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:18.000 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:18.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:17.702157+0000 mgr.smithi008.jfvsle (mgr.14180) 810 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:18.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:17.702157+0000 mgr.smithi008.jfvsle (mgr.14180) 810 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:19.385 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:19.385 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:19.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:20.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:19.381313+0000 mgr.smithi008.jfvsle (mgr.14180) 811 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:20.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:19.702691+0000 mgr.smithi008.jfvsle (mgr.14180) 812 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:20.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:19.381313+0000 mgr.smithi008.jfvsle (mgr.14180) 811 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:20.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:19.702691+0000 mgr.smithi008.jfvsle (mgr.14180) 812 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:20.752 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:22.080 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:22.080 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:22.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:21.703144+0000 mgr.smithi008.jfvsle (mgr.14180) 813 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:22.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:21.703144+0000 mgr.smithi008.jfvsle (mgr.14180) 813 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:22.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:23.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:22.076935+0000 mgr.smithi008.jfvsle (mgr.14180) 814 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:23.494 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:23.528 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:22.076935+0000 mgr.smithi008.jfvsle (mgr.14180) 814 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:24.495 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:23.703498+0000 mgr.smithi008.jfvsle (mgr.14180) 815 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:24.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:23.703498+0000 mgr.smithi008.jfvsle (mgr.14180) 815 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:24.865 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:24.865 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:25.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:26.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:24.862212+0000 mgr.smithi008.jfvsle (mgr.14180) 816 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:26.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:25.704188+0000 mgr.smithi008.jfvsle (mgr.14180) 817 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:26.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:24.862212+0000 mgr.smithi008.jfvsle (mgr.14180) 816 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:26.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:25.704188+0000 mgr.smithi008.jfvsle (mgr.14180) 817 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:26.242 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:27.677 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:27.677 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:28.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:28.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:27.673699+0000 mgr.smithi008.jfvsle (mgr.14180) 818 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:28.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:27.704798+0000 mgr.smithi008.jfvsle (mgr.14180) 819 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:28.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:27.673699+0000 mgr.smithi008.jfvsle (mgr.14180) 818 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:28.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:27.704798+0000 mgr.smithi008.jfvsle (mgr.14180) 819 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:29.079 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:30.037 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:29.705189+0000 mgr.smithi008.jfvsle (mgr.14180) 820 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:30.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:29.705189+0000 mgr.smithi008.jfvsle (mgr.14180) 820 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:30.405 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:30.405 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:30.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:31.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:30.402200+0000 mgr.smithi008.jfvsle (mgr.14180) 821 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:31.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:30.402200+0000 mgr.smithi008.jfvsle (mgr.14180) 821 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:31.808 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:32.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:31.705691+0000 mgr.smithi008.jfvsle (mgr.14180) 822 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:32.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:31.705691+0000 mgr.smithi008.jfvsle (mgr.14180) 822 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:33.188 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:33.188 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:33.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:34.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:33.185539+0000 mgr.smithi008.jfvsle (mgr.14180) 823 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:34.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:33.706209+0000 mgr.smithi008.jfvsle (mgr.14180) 824 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:34.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:33.185539+0000 mgr.smithi008.jfvsle (mgr.14180) 823 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:34.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:33.706209+0000 mgr.smithi008.jfvsle (mgr.14180) 824 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:34.558 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:35.907 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:35.907 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:36.068 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:35.706672+0000 mgr.smithi008.jfvsle (mgr.14180) 825 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:36.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:35.706672+0000 mgr.smithi008.jfvsle (mgr.14180) 825 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:36.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:37.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:35.903694+0000 mgr.smithi008.jfvsle (mgr.14180) 826 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:37.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:35.903694+0000 mgr.smithi008.jfvsle (mgr.14180) 826 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:37.277 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:38.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:37.707130+0000 mgr.smithi008.jfvsle (mgr.14180) 827 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:38.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:37.707130+0000 mgr.smithi008.jfvsle (mgr.14180) 827 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:38.638 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:38.639 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:05.219918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.uqwrdu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:39.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:39.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:38.636012+0000 mgr.smithi008.jfvsle (mgr.14180) 828 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:39.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:38.636012+0000 mgr.smithi008.jfvsle (mgr.14180) 828 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:40.016 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:40.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:39.707555+0000 mgr.smithi008.jfvsle (mgr.14180) 829 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:40.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:39.707555+0000 mgr.smithi008.jfvsle (mgr.14180) 829 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:41.369 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:41.370 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:41.551 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:40.825968+0000 mon.smithi008 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi190.tkdcce"}]: dispatch 2023-12-21T05:11:41.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:40.825968+0000 mon.smithi008 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi190.tkdcce"}]: dispatch 2023-12-21T05:11:41.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:42.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:11:40.825523+0000 mgr.smithi008.jfvsle (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.tkdcce ... 2023-12-21T05:11:42.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:09:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:10:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:11:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Traceback (most recent call last): 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: yield (conn, connr) 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: code, '\n'.join(err))) 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.590 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.tkdcce ... 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:09:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:10:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:11:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:11:40.825696+0000 mgr.smithi008.jfvsle (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:11:40.826606+0000 mgr.smithi008.jfvsle (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.tkdcce ... 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:11:42.591 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:09:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:10:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:11:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:11:40.828110+0000 mgr.smithi008.jfvsle (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.zyrswd on smithi008 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:41.366626+0000 mgr.smithi008.jfvsle (mgr.14180) 834 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:42 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:41.708181+0000 mgr.smithi008.jfvsle (mgr.14180) 835 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:11:40.825523+0000 mgr.smithi008.jfvsle (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.tkdcce ... 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:11:42.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:09:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:10:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:11:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Traceback (most recent call last): 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: yield (conn, connr) 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: code, '\n'.join(err))) 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.tkdcce ... 2023-12-21T05:11:42.593 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:09:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:10:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:11:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:11:40.825696+0000 mgr.smithi008.jfvsle (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:11:40.826606+0000 mgr.smithi008.jfvsle (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.tkdcce ... 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:09:48Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.594 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:10:25Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.595 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:11:03Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:11:42.595 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:11:42.595 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:42.595 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:11:40.828110+0000 mgr.smithi008.jfvsle (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.zyrswd on smithi008 2023-12-21T05:11:42.595 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:41.366626+0000 mgr.smithi008.jfvsle (mgr.14180) 834 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:42.595 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:42 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:41.708181+0000 mgr.smithi008.jfvsle (mgr.14180) 835 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:42.742 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:43.708535+0000 mgr.smithi008.jfvsle (mgr.14180) 836 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:44.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:43.708535+0000 mgr.smithi008.jfvsle (mgr.14180) 836 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:44.089 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:44.089 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:44.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:45.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:44.086631+0000 mgr.smithi008.jfvsle (mgr.14180) 837 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:45.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:44.086631+0000 mgr.smithi008.jfvsle (mgr.14180) 837 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:45.465 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:46.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:45.708982+0000 mgr.smithi008.jfvsle (mgr.14180) 838 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:46.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:45.708982+0000 mgr.smithi008.jfvsle (mgr.14180) 838 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:46.833 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:46.834 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:47.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:48.206 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:48.532 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:46.830019+0000 mgr.smithi008.jfvsle (mgr.14180) 839 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:48.532 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:47.709537+0000 mgr.smithi008.jfvsle (mgr.14180) 840 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:48.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:46.830019+0000 mgr.smithi008.jfvsle (mgr.14180) 839 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:48.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:47.709537+0000 mgr.smithi008.jfvsle (mgr.14180) 840 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:49.571 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:49.571 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:49.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:49.567814+0000 mgr.smithi008.jfvsle (mgr.14180) 841 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:49.929 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:49.710181+0000 mgr.smithi008.jfvsle (mgr.14180) 842 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:49.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:50.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:49.567814+0000 mgr.smithi008.jfvsle (mgr.14180) 841 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:50.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:49.710181+0000 mgr.smithi008.jfvsle (mgr.14180) 842 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:50.973 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:51.942 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:51.710853+0000 mgr.smithi008.jfvsle (mgr.14180) 843 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:52.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:51.710853+0000 mgr.smithi008.jfvsle (mgr.14180) 843 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:52.358 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:52.358 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:52.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:53.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:52.355278+0000 mgr.smithi008.jfvsle (mgr.14180) 844 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:53.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:52.355278+0000 mgr.smithi008.jfvsle (mgr.14180) 844 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:53.723 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:54.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:53.711279+0000 mgr.smithi008.jfvsle (mgr.14180) 845 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:54.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:53.711279+0000 mgr.smithi008.jfvsle (mgr.14180) 845 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:55.107 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:55.107 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:55.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:56.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:55.104320+0000 mgr.smithi008.jfvsle (mgr.14180) 846 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:56.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:55.712032+0000 mgr.smithi008.jfvsle (mgr.14180) 847 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:56.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:55.104320+0000 mgr.smithi008.jfvsle (mgr.14180) 846 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:56.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:55.712032+0000 mgr.smithi008.jfvsle (mgr.14180) 847 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:56.472 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:57.856 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:11:57.856 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:11:58.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:58.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:57.712474+0000 mgr.smithi008.jfvsle (mgr.14180) 848 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:58.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:57.712474+0000 mgr.smithi008.jfvsle (mgr.14180) 848 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:59.238 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:59.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:11:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:11:57.852601+0000 mgr.smithi008.jfvsle (mgr.14180) 849 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:59.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:11:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:11:57.852601+0000 mgr.smithi008.jfvsle (mgr.14180) 849 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:00.562 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:00.563 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:00.583 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:11:59.712875+0000 mgr.smithi008.jfvsle (mgr.14180) 850 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:00.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:11:59.712875+0000 mgr.smithi008.jfvsle (mgr.14180) 850 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:00.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:01.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:00.559499+0000 mgr.smithi008.jfvsle (mgr.14180) 851 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:01.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:00.559499+0000 mgr.smithi008.jfvsle (mgr.14180) 851 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:01.938 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:02.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:01.713610+0000 mgr.smithi008.jfvsle (mgr.14180) 852 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:02.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:01.713610+0000 mgr.smithi008.jfvsle (mgr.14180) 852 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:03.347 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:03.347 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:03.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:04.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:03.344364+0000 mgr.smithi008.jfvsle (mgr.14180) 853 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:04.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:03.713996+0000 mgr.smithi008.jfvsle (mgr.14180) 854 : 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 2023-12-21T05:12:04.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:03.344364+0000 mgr.smithi008.jfvsle (mgr.14180) 853 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:04.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:03.713996+0000 mgr.smithi008.jfvsle (mgr.14180) 854 : 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 2023-12-21T05:12:04.722 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:06.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:05.714516+0000 mgr.smithi008.jfvsle (mgr.14180) 855 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:06.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:05.714516+0000 mgr.smithi008.jfvsle (mgr.14180) 855 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:06.112 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:06.112 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:06.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:07.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:06.108409+0000 mgr.smithi008.jfvsle (mgr.14180) 856 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:07.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:06.108409+0000 mgr.smithi008.jfvsle (mgr.14180) 856 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:07.488 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:08.473 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:07.714965+0000 mgr.smithi008.jfvsle (mgr.14180) 857 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:08.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:07.714965+0000 mgr.smithi008.jfvsle (mgr.14180) 857 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:08.839 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:08.840 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:09.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:10.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:08.836229+0000 mgr.smithi008.jfvsle (mgr.14180) 858 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:10.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:09.715381+0000 mgr.smithi008.jfvsle (mgr.14180) 859 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:10.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:08.836229+0000 mgr.smithi008.jfvsle (mgr.14180) 858 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:10.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:09.715381+0000 mgr.smithi008.jfvsle (mgr.14180) 859 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:10.204 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:11.607 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:11.608 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:11.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:11.603435+0000 mgr.smithi008.jfvsle (mgr.14180) 860 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:11.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:11.715938+0000 mgr.smithi008.jfvsle (mgr.14180) 861 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:11.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:12.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:11.603435+0000 mgr.smithi008.jfvsle (mgr.14180) 860 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:12.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:11.715938+0000 mgr.smithi008.jfvsle (mgr.14180) 861 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:12.978 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:13.964 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:13.716325+0000 mgr.smithi008.jfvsle (mgr.14180) 862 : 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 2023-12-21T05:12:14.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:13.716325+0000 mgr.smithi008.jfvsle (mgr.14180) 862 : 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 2023-12-21T05:12:14.355 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:14.355 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:14.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:15.090 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:14.352268+0000 mgr.smithi008.jfvsle (mgr.14180) 863 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:15.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:14.352268+0000 mgr.smithi008.jfvsle (mgr.14180) 863 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:15.729 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:16.054 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:15.716948+0000 mgr.smithi008.jfvsle (mgr.14180) 864 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:15.716948+0000 mgr.smithi008.jfvsle (mgr.14180) 864 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:17.088 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:17.088 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:17.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:18.480 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:18.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:17.084617+0000 mgr.smithi008.jfvsle (mgr.14180) 865 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:18.515 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:17.717416+0000 mgr.smithi008.jfvsle (mgr.14180) 866 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:18.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:17.084617+0000 mgr.smithi008.jfvsle (mgr.14180) 865 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:18.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:17.717416+0000 mgr.smithi008.jfvsle (mgr.14180) 866 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:19.893 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:19.894 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:20.055 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:19.717839+0000 mgr.smithi008.jfvsle (mgr.14180) 867 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:20.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:19.717839+0000 mgr.smithi008.jfvsle (mgr.14180) 867 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:20.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:21.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:19.890193+0000 mgr.smithi008.jfvsle (mgr.14180) 868 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:21.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:19.890193+0000 mgr.smithi008.jfvsle (mgr.14180) 868 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:21.252 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:21.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:21.718336+0000 mgr.smithi008.jfvsle (mgr.14180) 869 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:22.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:21.718336+0000 mgr.smithi008.jfvsle (mgr.14180) 869 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:22.587 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:22.588 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:22.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:23.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:22.584412+0000 mgr.smithi008.jfvsle (mgr.14180) 870 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:23.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:22.584412+0000 mgr.smithi008.jfvsle (mgr.14180) 870 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:23.912 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:24.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:23.718851+0000 mgr.smithi008.jfvsle (mgr.14180) 871 : 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 2023-12-21T05:12:24.589 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:23.718851+0000 mgr.smithi008.jfvsle (mgr.14180) 871 : 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 2023-12-21T05:12:25.302 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:25.302 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:25.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:26.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:25.297510+0000 mgr.smithi008.jfvsle (mgr.14180) 872 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:26.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:25.719440+0000 mgr.smithi008.jfvsle (mgr.14180) 873 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:25.297510+0000 mgr.smithi008.jfvsle (mgr.14180) 872 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:26.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:25.719440+0000 mgr.smithi008.jfvsle (mgr.14180) 873 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:26.661 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:28.001 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:28.001 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:28.282 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:27.719942+0000 mgr.smithi008.jfvsle (mgr.14180) 874 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:28.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:28.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:27.719942+0000 mgr.smithi008.jfvsle (mgr.14180) 874 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:29.401 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:29.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:27.997470+0000 mgr.smithi008.jfvsle (mgr.14180) 875 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:29.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:27.997470+0000 mgr.smithi008.jfvsle (mgr.14180) 875 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:30.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:29.720499+0000 mgr.smithi008.jfvsle (mgr.14180) 876 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:30.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:29.720499+0000 mgr.smithi008.jfvsle (mgr.14180) 876 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:30.737 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:30.737 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:31.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:32.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:30.734208+0000 mgr.smithi008.jfvsle (mgr.14180) 877 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:32.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:31.721137+0000 mgr.smithi008.jfvsle (mgr.14180) 878 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:32.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:30.734208+0000 mgr.smithi008.jfvsle (mgr.14180) 877 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:32.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:31.721137+0000 mgr.smithi008.jfvsle (mgr.14180) 878 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:32.101 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:33.520 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:33.520 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:33.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:33.516652+0000 mgr.smithi008.jfvsle (mgr.14180) 879 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:33.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:33.721522+0000 mgr.smithi008.jfvsle (mgr.14180) 880 : 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 2023-12-21T05:12:33.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:34.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:33.516652+0000 mgr.smithi008.jfvsle (mgr.14180) 879 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:34.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:33.721522+0000 mgr.smithi008.jfvsle (mgr.14180) 880 : 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 2023-12-21T05:12:34.875 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:36.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:35.721959+0000 mgr.smithi008.jfvsle (mgr.14180) 881 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:36.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:35.721959+0000 mgr.smithi008.jfvsle (mgr.14180) 881 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:36.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:36.234 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:36.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:36.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:36.230980+0000 mgr.smithi008.jfvsle (mgr.14180) 882 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:37.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:36.230980+0000 mgr.smithi008.jfvsle (mgr.14180) 882 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:37.625 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:38.586 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:37.722449+0000 mgr.smithi008.jfvsle (mgr.14180) 883 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:38.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:37.722449+0000 mgr.smithi008.jfvsle (mgr.14180) 883 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:38.982 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:38.982 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:39.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:40.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:38.978519+0000 mgr.smithi008.jfvsle (mgr.14180) 884 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:40.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:39.723084+0000 mgr.smithi008.jfvsle (mgr.14180) 885 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:40.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:38.978519+0000 mgr.smithi008.jfvsle (mgr.14180) 884 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:40.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:39.723084+0000 mgr.smithi008.jfvsle (mgr.14180) 885 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:40.349 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:41.723 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:41.723 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:42.005 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:41.719984+0000 mgr.smithi008.jfvsle (mgr.14180) 886 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:42.005 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:41.723513+0000 mgr.smithi008.jfvsle (mgr.14180) 887 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:41.719984+0000 mgr.smithi008.jfvsle (mgr.14180) 886 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:41.723513+0000 mgr.smithi008.jfvsle (mgr.14180) 887 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:42.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:43.091 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:43.723941+0000 mgr.smithi008.jfvsle (mgr.14180) 888 : 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 2023-12-21T05:12:44.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:43.723941+0000 mgr.smithi008.jfvsle (mgr.14180) 888 : 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 2023-12-21T05:12:44.516 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:44.516 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:44.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:44.512856+0000 mgr.smithi008.jfvsle (mgr.14180) 889 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:44.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:44.512856+0000 mgr.smithi008.jfvsle (mgr.14180) 889 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:45.875 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:46.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:45.724469+0000 mgr.smithi008.jfvsle (mgr.14180) 890 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:46.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:45.724469+0000 mgr.smithi008.jfvsle (mgr.14180) 890 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:47.205 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:47.205 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:47.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:48.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:47.202105+0000 mgr.smithi008.jfvsle (mgr.14180) 891 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:47.725121+0000 mgr.smithi008.jfvsle (mgr.14180) 892 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:48.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:47.202105+0000 mgr.smithi008.jfvsle (mgr.14180) 891 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:48.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:47.725121+0000 mgr.smithi008.jfvsle (mgr.14180) 892 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:48.616 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:49.985 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:49.985 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:50.010 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:49.725516+0000 mgr.smithi008.jfvsle (mgr.14180) 893 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:50.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:49.725516+0000 mgr.smithi008.jfvsle (mgr.14180) 893 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:50.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:51.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:49.981423+0000 mgr.smithi008.jfvsle (mgr.14180) 894 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:51.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:50 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:49.981423+0000 mgr.smithi008.jfvsle (mgr.14180) 894 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:51.364 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:52.034 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:51.725991+0000 mgr.smithi008.jfvsle (mgr.14180) 895 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:52.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:51.725991+0000 mgr.smithi008.jfvsle (mgr.14180) 895 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:52.719 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:52.719 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:53.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:53.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:52.716310+0000 mgr.smithi008.jfvsle (mgr.14180) 896 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:53.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:52.716310+0000 mgr.smithi008.jfvsle (mgr.14180) 896 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:54.073 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:54.406 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:53.726421+0000 mgr.smithi008.jfvsle (mgr.14180) 897 : 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 2023-12-21T05:12:54.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:53.726421+0000 mgr.smithi008.jfvsle (mgr.14180) 897 : 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 2023-12-21T05:12:55.432 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:55.432 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:55.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:56.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:55.428776+0000 mgr.smithi008.jfvsle (mgr.14180) 898 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:56.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:55.727220+0000 mgr.smithi008.jfvsle (mgr.14180) 899 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:56.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:55.428776+0000 mgr.smithi008.jfvsle (mgr.14180) 898 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:56.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:55.727220+0000 mgr.smithi008.jfvsle (mgr.14180) 899 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:56.824 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:58.187 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:12:58.187 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:12:58.545 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:57.727783+0000 mgr.smithi008.jfvsle (mgr.14180) 900 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:58.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:58.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:57.727783+0000 mgr.smithi008.jfvsle (mgr.14180) 900 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:59.547 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:59.584 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:12:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:12:58.184452+0000 mgr.smithi008.jfvsle (mgr.14180) 901 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:59.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:12:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:12:58.184452+0000 mgr.smithi008.jfvsle (mgr.14180) 901 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:00.542 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:12:59.728168+0000 mgr.smithi008.jfvsle (mgr.14180) 902 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:00.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:12:59.728168+0000 mgr.smithi008.jfvsle (mgr.14180) 902 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:00.922 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:00.922 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:01.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:00.918772+0000 mgr.smithi008.jfvsle (mgr.14180) 903 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:02.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:01.728836+0000 mgr.smithi008.jfvsle (mgr.14180) 904 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:02.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:00.918772+0000 mgr.smithi008.jfvsle (mgr.14180) 903 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:02.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:01.728836+0000 mgr.smithi008.jfvsle (mgr.14180) 904 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:02.290 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:03.706 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:03.706 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:04.019 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:03.703032+0000 mgr.smithi008.jfvsle (mgr.14180) 905 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:04.019 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:03.729425+0000 mgr.smithi008.jfvsle (mgr.14180) 906 : 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 2023-12-21T05:13:04.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:04.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:03.703032+0000 mgr.smithi008.jfvsle (mgr.14180) 905 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:04.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:03.729425+0000 mgr.smithi008.jfvsle (mgr.14180) 906 : 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 2023-12-21T05:13:05.081 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:06.024 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:05.729957+0000 mgr.smithi008.jfvsle (mgr.14180) 907 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:06.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:05.729957+0000 mgr.smithi008.jfvsle (mgr.14180) 907 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:06.403 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:06.403 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:06.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:07.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:06.400568+0000 mgr.smithi008.jfvsle (mgr.14180) 908 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:07.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:06.400568+0000 mgr.smithi008.jfvsle (mgr.14180) 908 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:07.767 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:08.441 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:07.730460+0000 mgr.smithi008.jfvsle (mgr.14180) 909 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:08.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:07.730460+0000 mgr.smithi008.jfvsle (mgr.14180) 909 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:09.135 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:09.135 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:09.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:10.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:09.131964+0000 mgr.smithi008.jfvsle (mgr.14180) 910 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:10.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:09.731103+0000 mgr.smithi008.jfvsle (mgr.14180) 911 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:10.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:09.131964+0000 mgr.smithi008.jfvsle (mgr.14180) 910 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:10.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:09.731103+0000 mgr.smithi008.jfvsle (mgr.14180) 911 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:10.505 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:11.829 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:11.829 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:12.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:11.731571+0000 mgr.smithi008.jfvsle (mgr.14180) 912 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:12.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:11.731571+0000 mgr.smithi008.jfvsle (mgr.14180) 912 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:12.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:13.197 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:13.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:11.825366+0000 mgr.smithi008.jfvsle (mgr.14180) 913 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:13.563 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:11.825366+0000 mgr.smithi008.jfvsle (mgr.14180) 913 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:14.585 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:14.586 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:14.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:13.732065+0000 mgr.smithi008.jfvsle (mgr.14180) 914 : 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 2023-12-21T05:13:14.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:13.732065+0000 mgr.smithi008.jfvsle (mgr.14180) 914 : 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 2023-12-21T05:13:14.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:15.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:14.582068+0000 mgr.smithi008.jfvsle (mgr.14180) 915 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:15.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:14.582068+0000 mgr.smithi008.jfvsle (mgr.14180) 915 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:15.945 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:16.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:15.732590+0000 mgr.smithi008.jfvsle (mgr.14180) 916 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:16.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:15.732590+0000 mgr.smithi008.jfvsle (mgr.14180) 916 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:17.297 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:17.297 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:17.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:18.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:17.294381+0000 mgr.smithi008.jfvsle (mgr.14180) 917 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:18.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:17.733071+0000 mgr.smithi008.jfvsle (mgr.14180) 918 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:18.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:17.294381+0000 mgr.smithi008.jfvsle (mgr.14180) 917 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:18.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:17.733071+0000 mgr.smithi008.jfvsle (mgr.14180) 918 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:18.661 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:20.018 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:20.018 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:20.047 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:19.733459+0000 mgr.smithi008.jfvsle (mgr.14180) 919 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:20.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:19.733459+0000 mgr.smithi008.jfvsle (mgr.14180) 919 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:20.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:21.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:20.014329+0000 mgr.smithi008.jfvsle (mgr.14180) 920 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:21.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:20.014329+0000 mgr.smithi008.jfvsle (mgr.14180) 920 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:21.387 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:22.063 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:21.734040+0000 mgr.smithi008.jfvsle (mgr.14180) 921 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:22.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:21.734040+0000 mgr.smithi008.jfvsle (mgr.14180) 921 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:22.756 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:22.756 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:23.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:24.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:22.753417+0000 mgr.smithi008.jfvsle (mgr.14180) 922 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:24.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:23.734552+0000 mgr.smithi008.jfvsle (mgr.14180) 923 : 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 2023-12-21T05:13:24.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:22.753417+0000 mgr.smithi008.jfvsle (mgr.14180) 922 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:24.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:23.734552+0000 mgr.smithi008.jfvsle (mgr.14180) 923 : 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 2023-12-21T05:13:24.143 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:25.589 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:25.589 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:25.908 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:25.586246+0000 mgr.smithi008.jfvsle (mgr.14180) 924 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:25.908 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:25.735043+0000 mgr.smithi008.jfvsle (mgr.14180) 925 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:25.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:26.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:25.586246+0000 mgr.smithi008.jfvsle (mgr.14180) 924 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:26.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:25.735043+0000 mgr.smithi008.jfvsle (mgr.14180) 925 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:26.928 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:28.269 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:28.270 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:28.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:29.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:27.735695+0000 mgr.smithi008.jfvsle (mgr.14180) 926 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:29.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:28.266763+0000 mgr.smithi008.jfvsle (mgr.14180) 927 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:29.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:27.735695+0000 mgr.smithi008.jfvsle (mgr.14180) 926 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:29.589 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:28.266763+0000 mgr.smithi008.jfvsle (mgr.14180) 927 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:29.644 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:31.002 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:31.002 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:31.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:31.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:29.736162+0000 mgr.smithi008.jfvsle (mgr.14180) 928 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:31.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:29.736162+0000 mgr.smithi008.jfvsle (mgr.14180) 928 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:32.360 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:32.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:30.998433+0000 mgr.smithi008.jfvsle (mgr.14180) 929 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:32.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:30.998433+0000 mgr.smithi008.jfvsle (mgr.14180) 929 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:33.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:31.736684+0000 mgr.smithi008.jfvsle (mgr.14180) 930 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:33.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:31.736684+0000 mgr.smithi008.jfvsle (mgr.14180) 930 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:33.733 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:33.733 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:34.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:34.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:33.730471+0000 mgr.smithi008.jfvsle (mgr.14180) 931 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:34.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:33.730471+0000 mgr.smithi008.jfvsle (mgr.14180) 931 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:35.126 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:35.452 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:33.737030+0000 mgr.smithi008.jfvsle (mgr.14180) 932 : 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 2023-12-21T05:13:35.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:33.737030+0000 mgr.smithi008.jfvsle (mgr.14180) 932 : 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 2023-12-21T05:13:36.441 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:36.441 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:36.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:37.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:35.737463+0000 mgr.smithi008.jfvsle (mgr.14180) 933 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:37.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:36.438045+0000 mgr.smithi008.jfvsle (mgr.14180) 934 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:37.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:35.737463+0000 mgr.smithi008.jfvsle (mgr.14180) 933 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:37.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:36.438045+0000 mgr.smithi008.jfvsle (mgr.14180) 934 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:37.817 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:39.197 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:39.197 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:39.564 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:37.738198+0000 mgr.smithi008.jfvsle (mgr.14180) 935 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:39.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:39.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:37.738198+0000 mgr.smithi008.jfvsle (mgr.14180) 935 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:40.566 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:40.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:39.193856+0000 mgr.smithi008.jfvsle (mgr.14180) 936 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:40.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:39.193856+0000 mgr.smithi008.jfvsle (mgr.14180) 936 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:41.512 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:39.738784+0000 mgr.smithi008.jfvsle (mgr.14180) 937 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:41.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:39.738784+0000 mgr.smithi008.jfvsle (mgr.14180) 937 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:41.883 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:41.884 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:42.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:43.234 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:43.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:41.739338+0000 mgr.smithi008.jfvsle (mgr.14180) 938 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:43.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:41.880800+0000 mgr.smithi008.jfvsle (mgr.14180) 939 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:43.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:41.739338+0000 mgr.smithi008.jfvsle (mgr.14180) 938 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:43.566 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:41.880800+0000 mgr.smithi008.jfvsle (mgr.14180) 939 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:44.531 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:44.531 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:44.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:45.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:43.739939+0000 mgr.smithi008.jfvsle (mgr.14180) 940 : 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 2023-12-21T05:13:45.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:44.528055+0000 mgr.smithi008.jfvsle (mgr.14180) 941 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:45.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:43.739939+0000 mgr.smithi008.jfvsle (mgr.14180) 940 : 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 2023-12-21T05:13:45.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:44.528055+0000 mgr.smithi008.jfvsle (mgr.14180) 941 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:45.892 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:47.284 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:47.284 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:47.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:45.740531+0000 mgr.smithi008.jfvsle (mgr.14180) 942 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:47.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:45.740531+0000 mgr.smithi008.jfvsle (mgr.14180) 942 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:47.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:48.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:47.280232+0000 mgr.smithi008.jfvsle (mgr.14180) 943 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:48.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:47.280232+0000 mgr.smithi008.jfvsle (mgr.14180) 943 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:48.666 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:49.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:47.740993+0000 mgr.smithi008.jfvsle (mgr.14180) 944 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:49.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:47.740993+0000 mgr.smithi008.jfvsle (mgr.14180) 944 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:50.027 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:50.027 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:50.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:51.398 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:51.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:49.741370+0000 mgr.smithi008.jfvsle (mgr.14180) 945 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:51.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:50.023427+0000 mgr.smithi008.jfvsle (mgr.14180) 946 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:51.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:49.741370+0000 mgr.smithi008.jfvsle (mgr.14180) 945 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:51.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:50.023427+0000 mgr.smithi008.jfvsle (mgr.14180) 946 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:52.754 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:52.755 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:53.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:53.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:51.742116+0000 mgr.smithi008.jfvsle (mgr.14180) 947 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:53.588 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:51.742116+0000 mgr.smithi008.jfvsle (mgr.14180) 947 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:54.116 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:54.432 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:52.751422+0000 mgr.smithi008.jfvsle (mgr.14180) 948 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:54.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:52.751422+0000 mgr.smithi008.jfvsle (mgr.14180) 948 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:55.389 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:55.389 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:55.592 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:53.742700+0000 mgr.smithi008.jfvsle (mgr.14180) 949 : 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 2023-12-21T05:13:55.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:55.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:53.742700+0000 mgr.smithi008.jfvsle (mgr.14180) 949 : 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 2023-12-21T05:13:56.817 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:56.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:55.385713+0000 mgr.smithi008.jfvsle (mgr.14180) 950 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:56.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:55.385713+0000 mgr.smithi008.jfvsle (mgr.14180) 950 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:57.517 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:55.743350+0000 mgr.smithi008.jfvsle (mgr.14180) 951 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:57.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:55.743350+0000 mgr.smithi008.jfvsle (mgr.14180) 951 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:58.188 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:13:58.188 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:13:58.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:59.510 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:59.831 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:57.743801+0000 mgr.smithi008.jfvsle (mgr.14180) 952 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:59.831 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:13:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:13:58.185097+0000 mgr.smithi008.jfvsle (mgr.14180) 953 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:59.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:57.743801+0000 mgr.smithi008.jfvsle (mgr.14180) 952 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:59.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:13:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:13:58.185097+0000 mgr.smithi008.jfvsle (mgr.14180) 953 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:00.864 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:00.865 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:01.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:01.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:13:59.744329+0000 mgr.smithi008.jfvsle (mgr.14180) 954 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:01.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:13:59.744329+0000 mgr.smithi008.jfvsle (mgr.14180) 954 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:02.246 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:02.573 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:00.861830+0000 mgr.smithi008.jfvsle (mgr.14180) 955 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:02.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:00.861830+0000 mgr.smithi008.jfvsle (mgr.14180) 955 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:03.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:01.745049+0000 mgr.smithi008.jfvsle (mgr.14180) 956 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:03.653 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:03.654 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:03.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:01.745049+0000 mgr.smithi008.jfvsle (mgr.14180) 956 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:04.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:04.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:03.650671+0000 mgr.smithi008.jfvsle (mgr.14180) 957 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:04.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:03.650671+0000 mgr.smithi008.jfvsle (mgr.14180) 957 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:05.023 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:05.677 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:03.745550+0000 mgr.smithi008.jfvsle (mgr.14180) 958 : 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 2023-12-21T05:14:05.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:03.745550+0000 mgr.smithi008.jfvsle (mgr.14180) 958 : 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 2023-12-21T05:14:06.362 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:06.363 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:06.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:07.747 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:07.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:05.746006+0000 mgr.smithi008.jfvsle (mgr.14180) 959 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:07.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:06.359732+0000 mgr.smithi008.jfvsle (mgr.14180) 960 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:07.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:05.746006+0000 mgr.smithi008.jfvsle (mgr.14180) 959 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:07.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:06.359732+0000 mgr.smithi008.jfvsle (mgr.14180) 960 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:09.095 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:09.096 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:38.065948Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.pbwyqg on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-pbwyqg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.pbwyqg\nDeploy daemon haproxy.nfs.foo.smithi190.pbwyqg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:04:45Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:05:23Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:06:00Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.480911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.pmvdec on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-pmvdec\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.pmvdec\nDeploy daemon haproxy.nfs.foo.smithi008.pmvdec ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:07:15Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:07:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:08:30Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:07.482095Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.czxnzq on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:09.393 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:07.746597+0000 mgr.smithi008.jfvsle (mgr.14180) 961 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:09.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:09.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:07.746597+0000 mgr.smithi008.jfvsle (mgr.14180) 961 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:10.456 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:10.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:09.092612+0000 mgr.smithi008.jfvsle (mgr.14180) 962 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:10.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:10.083558+0000 mon.smithi008 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.zyrswd"}]: dispatch 2023-12-21T05:14:10.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:09.092612+0000 mgr.smithi008.jfvsle (mgr.14180) 962 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:10.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:10.083558+0000 mon.smithi008 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi008.zyrswd"}]: dispatch 2023-12-21T05:14:11.799 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:11.799 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:09.747026+0000 mgr.smithi008.jfvsle (mgr.14180) 963 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:14:10.083003+0000 mgr.smithi008.jfvsle (mgr.14180) 964 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.zyrswd ... 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:14:11.820 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:12:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:12:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:13:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Traceback (most recent call last): 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: yield (conn, connr) 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: code, '\n'.join(err))) 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.821 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.zyrswd ... 2023-12-21T05:14:11.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:14:11.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:12:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:12:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:13:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.822 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:14:10.083195+0000 mgr.smithi008.jfvsle (mgr.14180) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:14:10.084281+0000 mgr.smithi008.jfvsle (mgr.14180) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi008.zyrswd ... 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:12:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:12:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:13:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:14:11.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.824 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:14:10.085608+0000 mgr.smithi008.jfvsle (mgr.14180) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:14:11.824 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:14:10.087012+0000 mgr.smithi008.jfvsle (mgr.14180) 968 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:14:11.824 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:10.087759+0000 mgr.smithi008.jfvsle (mgr.14180) 969 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:14:11.824 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:10.374077+0000 mon.smithi008 (mon.0) 691 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:09.747026+0000 mgr.smithi008.jfvsle (mgr.14180) 963 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:14:10.083003+0000 mgr.smithi008.jfvsle (mgr.14180) 964 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.zyrswd ... 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:12:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:12:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:13:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Traceback (most recent call last): 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: yield (conn, connr) 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: code, '\n'.join(err))) 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.zyrswd ... 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:12:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.839 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:12:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:13:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:14:10.083195+0000 mgr.smithi008.jfvsle (mgr.14180) 965 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:14:10.084281+0000 mgr.smithi008.jfvsle (mgr.14180) 966 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi008.zyrswd ... 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:12:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:12:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:13:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:14:11.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:11.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:14:10.085608+0000 mgr.smithi008.jfvsle (mgr.14180) 967 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:14:11.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:14:10.087012+0000 mgr.smithi008.jfvsle (mgr.14180) 968 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:14:11.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:10.087759+0000 mgr.smithi008.jfvsle (mgr.14180) 969 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:14:11.841 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:10.374077+0000 mon.smithi008 (mon.0) 691 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:14:12.179 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:13.179 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:13.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:11.795717+0000 mgr.smithi008.jfvsle (mgr.14180) 970 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:13.513 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:12.088364+0000 mgr.smithi008.jfvsle (mgr.14180) 971 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:13.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:11.795717+0000 mgr.smithi008.jfvsle (mgr.14180) 970 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:13.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:12.088364+0000 mgr.smithi008.jfvsle (mgr.14180) 971 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-12-21T05:14:14.579 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:14.579 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:14.868 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:13.590903+0000 mon.smithi008 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:14:14.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:15.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:13.590903+0000 mon.smithi008 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:14:15.953 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:15.987 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:14.088807+0000 mgr.smithi008.jfvsle (mgr.14180) 972 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:14:15.987 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:14.572337+0000 mgr.smithi008.jfvsle (mgr.14180) 973 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:14.088807+0000 mgr.smithi008.jfvsle (mgr.14180) 972 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:14:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:14.572337+0000 mgr.smithi008.jfvsle (mgr.14180) 973 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:17.387 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:17.387 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:17.717 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:16.089467+0000 mgr.smithi008.jfvsle (mgr.14180) 974 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:14:17.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:18.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:16.089467+0000 mgr.smithi008.jfvsle (mgr.14180) 974 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:14:18.745 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:19.071 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:17.383837+0000 mgr.smithi008.jfvsle (mgr.14180) 975 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:19.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:17.383837+0000 mgr.smithi008.jfvsle (mgr.14180) 975 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:19.698 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:18.090371+0000 mgr.smithi008.jfvsle (mgr.14180) 976 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T05:14:20.080 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:20.080 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:20.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:18.090371+0000 mgr.smithi008.jfvsle (mgr.14180) 976 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T05:14:20.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:21.445 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:21.787 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:20.076939+0000 mgr.smithi008.jfvsle (mgr.14180) 977 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:21.787 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:20.090978+0000 mgr.smithi008.jfvsle (mgr.14180) 978 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T05:14:22.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:20.076939+0000 mgr.smithi008.jfvsle (mgr.14180) 977 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:22.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:20.090978+0000 mgr.smithi008.jfvsle (mgr.14180) 978 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T05:14:22.795 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:22.795 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:23.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:24.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:22.091592+0000 mgr.smithi008.jfvsle (mgr.14180) 979 : 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 2023-12-21T05:14:24.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:23.295821+0000 mon.smithi008 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:14:24.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:22.091592+0000 mgr.smithi008.jfvsle (mgr.14180) 979 : 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 2023-12-21T05:14:24.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:23.295821+0000 mon.smithi008 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:14:24.170 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:24.830 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:22.791426+0000 mgr.smithi008.jfvsle (mgr.14180) 980 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:25.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:22.791426+0000 mgr.smithi008.jfvsle (mgr.14180) 980 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:25.502 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:25.502 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:25.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:24.092126+0000 mgr.smithi008.jfvsle (mgr.14180) 981 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:25.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:26.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:24.092126+0000 mgr.smithi008.jfvsle (mgr.14180) 981 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:26.862 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:26.894 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:26 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:25.499590+0000 mgr.smithi008.jfvsle (mgr.14180) 982 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:27.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:26 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:25.499590+0000 mgr.smithi008.jfvsle (mgr.14180) 982 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:27.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:26.092697+0000 mgr.smithi008.jfvsle (mgr.14180) 983 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:28.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:26.092697+0000 mgr.smithi008.jfvsle (mgr.14180) 983 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:28.235 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:28.235 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:28.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:29.636 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:29.952 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:28.093265+0000 mgr.smithi008.jfvsle (mgr.14180) 984 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:29.952 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:28.232377+0000 mgr.smithi008.jfvsle (mgr.14180) 985 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:30.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:28.093265+0000 mgr.smithi008.jfvsle (mgr.14180) 984 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:30.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:28.232377+0000 mgr.smithi008.jfvsle (mgr.14180) 985 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:30.965 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:30.965 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:31.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:32.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:30.093878+0000 mgr.smithi008.jfvsle (mgr.14180) 986 : 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 2023-12-21T05:14:32.089 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:30.093878+0000 mgr.smithi008.jfvsle (mgr.14180) 986 : 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 2023-12-21T05:14:32.362 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:32.693 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:30.962137+0000 mgr.smithi008.jfvsle (mgr.14180) 987 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:33.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:30.962137+0000 mgr.smithi008.jfvsle (mgr.14180) 987 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:33.690 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:33.690 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:33.949 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:32.094478+0000 mgr.smithi008.jfvsle (mgr.14180) 988 : 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 2023-12-21T05:14:34.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:34.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:32.094478+0000 mgr.smithi008.jfvsle (mgr.14180) 988 : 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 2023-12-21T05:14:35.060 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:35.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:34 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:33.686444+0000 mgr.smithi008.jfvsle (mgr.14180) 989 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:35.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:34 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:33.686444+0000 mgr.smithi008.jfvsle (mgr.14180) 989 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:36.021 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:34.094969+0000 mgr.smithi008.jfvsle (mgr.14180) 990 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:36.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:34.094969+0000 mgr.smithi008.jfvsle (mgr.14180) 990 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:36.389 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:36.390 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:36.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:37.750 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:37.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:36.095542+0000 mgr.smithi008.jfvsle (mgr.14180) 991 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:37.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:36.387020+0000 mgr.smithi008.jfvsle (mgr.14180) 992 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:38.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:36.095542+0000 mgr.smithi008.jfvsle (mgr.14180) 991 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:38.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:36.387020+0000 mgr.smithi008.jfvsle (mgr.14180) 992 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:39.130 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:39.131 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:39.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:39.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:38.096122+0000 mgr.smithi008.jfvsle (mgr.14180) 993 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:40.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:38.096122+0000 mgr.smithi008.jfvsle (mgr.14180) 993 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:40.486 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:40.818 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:39.128130+0000 mgr.smithi008.jfvsle (mgr.14180) 994 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:41.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:39.128130+0000 mgr.smithi008.jfvsle (mgr.14180) 994 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:41.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:40.097174+0000 mgr.smithi008.jfvsle (mgr.14180) 995 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:41.850 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:41.850 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:40.097174+0000 mgr.smithi008.jfvsle (mgr.14180) 995 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:42.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:43.241 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:43.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:41.847451+0000 mgr.smithi008.jfvsle (mgr.14180) 996 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:43.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:42.097840+0000 mgr.smithi008.jfvsle (mgr.14180) 997 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:41.847451+0000 mgr.smithi008.jfvsle (mgr.14180) 996 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:42.097840+0000 mgr.smithi008.jfvsle (mgr.14180) 997 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:44.574 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:44.574 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:44.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:45.943 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:45.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:44.098316+0000 mgr.smithi008.jfvsle (mgr.14180) 998 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:45.976 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:44.567776+0000 mgr.smithi008.jfvsle (mgr.14180) 999 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:46.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:44.098316+0000 mgr.smithi008.jfvsle (mgr.14180) 998 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:46.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:44.567776+0000 mgr.smithi008.jfvsle (mgr.14180) 999 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:47.331 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:47.332 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:47.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:48.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:46.098958+0000 mgr.smithi008.jfvsle (mgr.14180) 1000 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:48.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:46.098958+0000 mgr.smithi008.jfvsle (mgr.14180) 1000 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:48.710 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:49.067 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:48 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:47.328475+0000 mgr.smithi008.jfvsle (mgr.14180) 1001 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:49.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:48 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:47.328475+0000 mgr.smithi008.jfvsle (mgr.14180) 1001 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:50.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:48.099927+0000 mgr.smithi008.jfvsle (mgr.14180) 1002 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:50.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:48.099927+0000 mgr.smithi008.jfvsle (mgr.14180) 1002 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:50.090 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:50.090 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:50.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:51.456 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:51.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:50.087094+0000 mgr.smithi008.jfvsle (mgr.14180) 1003 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:51.809 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:50.100528+0000 mgr.smithi008.jfvsle (mgr.14180) 1004 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:52.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:50.087094+0000 mgr.smithi008.jfvsle (mgr.14180) 1003 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:52.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:50.100528+0000 mgr.smithi008.jfvsle (mgr.14180) 1004 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:52.802 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:52.802 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:53.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:54.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:52.101170+0000 mgr.smithi008.jfvsle (mgr.14180) 1005 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:54.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:52.101170+0000 mgr.smithi008.jfvsle (mgr.14180) 1005 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:54.191 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:54.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:52.799364+0000 mgr.smithi008.jfvsle (mgr.14180) 1006 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:55.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:52.799364+0000 mgr.smithi008.jfvsle (mgr.14180) 1006 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:55.500 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:55.501 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:55.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:54.101860+0000 mgr.smithi008.jfvsle (mgr.14180) 1007 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:55.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:56.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:54.101860+0000 mgr.smithi008.jfvsle (mgr.14180) 1007 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:56.865 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:57.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:56 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:55.497571+0000 mgr.smithi008.jfvsle (mgr.14180) 1008 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:57.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:56 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:55.497571+0000 mgr.smithi008.jfvsle (mgr.14180) 1008 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:57.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:56.102596+0000 mgr.smithi008.jfvsle (mgr.14180) 1009 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:58.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:56.102596+0000 mgr.smithi008.jfvsle (mgr.14180) 1009 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:58.212 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:14:58.212 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:14:58.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:59.607 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:59.940 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:14:58.103404+0000 mgr.smithi008.jfvsle (mgr.14180) 1010 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:59.941 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:14:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:14:58.209604+0000 mgr.smithi008.jfvsle (mgr.14180) 1011 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:00.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:14:58.103404+0000 mgr.smithi008.jfvsle (mgr.14180) 1010 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:00.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:14:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:14:58.209604+0000 mgr.smithi008.jfvsle (mgr.14180) 1011 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:00.950 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:00.950 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:01.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:02.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:00.104205+0000 mgr.smithi008.jfvsle (mgr.14180) 1012 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:02.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:00.104205+0000 mgr.smithi008.jfvsle (mgr.14180) 1012 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:02.316 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:03.026 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:00.947457+0000 mgr.smithi008.jfvsle (mgr.14180) 1013 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:03.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:00.947457+0000 mgr.smithi008.jfvsle (mgr.14180) 1013 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:03.715 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:03.715 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:04.003 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:02.104914+0000 mgr.smithi008.jfvsle (mgr.14180) 1014 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:04.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:02.104914+0000 mgr.smithi008.jfvsle (mgr.14180) 1014 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:04.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:05.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:04 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:03.712555+0000 mgr.smithi008.jfvsle (mgr.14180) 1015 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:05.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:04 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:03.712555+0000 mgr.smithi008.jfvsle (mgr.14180) 1015 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:05.098 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:06.075 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:04.105546+0000 mgr.smithi008.jfvsle (mgr.14180) 1016 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:06.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:04.105546+0000 mgr.smithi008.jfvsle (mgr.14180) 1016 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:06.450 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:06.450 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:06.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:07.805 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:07.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:06.106128+0000 mgr.smithi008.jfvsle (mgr.14180) 1017 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:07.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:06.447171+0000 mgr.smithi008.jfvsle (mgr.14180) 1018 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:08.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:06.106128+0000 mgr.smithi008.jfvsle (mgr.14180) 1017 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:08.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:06.447171+0000 mgr.smithi008.jfvsle (mgr.14180) 1018 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:09.181 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:09.182 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:09.133556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:09.134176Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:09.133717Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:09.133793Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:09.133861Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:09.133925Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:09.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:09.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:08.107118+0000 mgr.smithi008.jfvsle (mgr.14180) 1019 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:10.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:08.107118+0000 mgr.smithi008.jfvsle (mgr.14180) 1019 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:10.555 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:10.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:09.178403+0000 mgr.smithi008.jfvsle (mgr.14180) 1020 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:10.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:10 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:10.089556+0000 mon.smithi008 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:15:11.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:09.178403+0000 mgr.smithi008.jfvsle (mgr.14180) 1020 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:11.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:10 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:10.089556+0000 mon.smithi008 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:15:11.775 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:10.107767+0000 mgr.smithi008.jfvsle (mgr.14180) 1021 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:11.775 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:11.479222+0000 mon.smithi008 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:12.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:10.107767+0000 mgr.smithi008.jfvsle (mgr.14180) 1021 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:12.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:11.479222+0000 mon.smithi008 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:12.359 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:12.360 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:09:11.362431Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:09:11.362500Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:09:11.362565Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:09:11.363033Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:09:11.362356Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:09:11.362213Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:09:11.363095Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:09:11.362629Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:09:11.362781Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:09:11.362715Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:12.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:13.919 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:14.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:12.108379+0000 mgr.smithi008.jfvsle (mgr.14180) 1022 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:14.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:12.356693+0000 mgr.smithi008.jfvsle (mgr.14180) 1023 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:14.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:13.631050+0000 mon.smithi008 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:14.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:12.108379+0000 mgr.smithi008.jfvsle (mgr.14180) 1022 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:14.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:12.356693+0000 mgr.smithi008.jfvsle (mgr.14180) 1023 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:14.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:13.631050+0000 mon.smithi008 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:14.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:13.930159+0000 mon.smithi008 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:15:14.905 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:13.930903+0000 mon.smithi008 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:15:14.905 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:13.935680+0000 mon.smithi008 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:14.905 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:13.939928+0000 mon.smithi008 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:15:14.905 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:13.947189+0000 mon.smithi008 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:15.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:13.930159+0000 mon.smithi008 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:15:15.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:13.930903+0000 mon.smithi008 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:15:15.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:13.935680+0000 mon.smithi008 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:15.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:13.939928+0000 mon.smithi008 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:15:15.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:13.947189+0000 mon.smithi008 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:15.201 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:15.201 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:15.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:15.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:13.936175+0000 mgr.smithi008.jfvsle (mgr.14180) 1024 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:15.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:15:13.949395+0000 mgr.smithi008.jfvsle (mgr.14180) 1025 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi190.zezlcn on smithi190 2023-12-21T05:15:15.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:14.933614+0000 mon.smithi008 (mon.0) 702 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:15:15.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:14.933669+0000 mon.smithi008 (mon.0) 703 : cluster [INF] Cluster is now healthy 2023-12-21T05:15:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:13.936175+0000 mgr.smithi008.jfvsle (mgr.14180) 1024 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:15:13.949395+0000 mgr.smithi008.jfvsle (mgr.14180) 1025 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi190.zezlcn on smithi190 2023-12-21T05:15:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:14.933614+0000 mon.smithi008 (mon.0) 702 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:15:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:14.933669+0000 mon.smithi008 (mon.0) 703 : cluster [INF] Cluster is now healthy 2023-12-21T05:15:16.597 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:16.920 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:15.198090+0000 mgr.smithi008.jfvsle (mgr.14180) 1026 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:17.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:15.198090+0000 mgr.smithi008.jfvsle (mgr.14180) 1026 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:17.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:15.936577+0000 mgr.smithi008.jfvsle (mgr.14180) 1027 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:17.963 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:17.963 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:18.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:15.936577+0000 mgr.smithi008.jfvsle (mgr.14180) 1027 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:18.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:19.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:17.937001+0000 mgr.smithi008.jfvsle (mgr.14180) 1028 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:19.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:18 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:17.960785+0000 mgr.smithi008.jfvsle (mgr.14180) 1029 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:19.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:17.937001+0000 mgr.smithi008.jfvsle (mgr.14180) 1028 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:19.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:18 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:17.960785+0000 mgr.smithi008.jfvsle (mgr.14180) 1029 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:19.338 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:20.704 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:20.704 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:21.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:21.337 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:19.937540+0000 mgr.smithi008.jfvsle (mgr.14180) 1030 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:21.338 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:20 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:20.700597+0000 mgr.smithi008.jfvsle (mgr.14180) 1031 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:21.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:19.937540+0000 mgr.smithi008.jfvsle (mgr.14180) 1030 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:21.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:20 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:20.700597+0000 mgr.smithi008.jfvsle (mgr.14180) 1031 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:22.079 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:23.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:21.938157+0000 mgr.smithi008.jfvsle (mgr.14180) 1032 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T05:15:23.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:23.297096+0000 mon.smithi008 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:23.353 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:23.353 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:23.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:21.938157+0000 mgr.smithi008.jfvsle (mgr.14180) 1032 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-12-21T05:15:23.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:23.297096+0000 mon.smithi008 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' 2023-12-21T05:15:23.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:24.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:24 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:23.350459+0000 mgr.smithi008.jfvsle (mgr.14180) 1033 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:24.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:24 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:23.350459+0000 mgr.smithi008.jfvsle (mgr.14180) 1033 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:24.712 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:25.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:23.938552+0000 mgr.smithi008.jfvsle (mgr.14180) 1034 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:25.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:23.938552+0000 mgr.smithi008.jfvsle (mgr.14180) 1034 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:15:26.045 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:26.045 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:26.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:27.455 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:27.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:25.938989+0000 mgr.smithi008.jfvsle (mgr.14180) 1035 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:27.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:26.042145+0000 mgr.smithi008.jfvsle (mgr.14180) 1036 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:27.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:25.938989+0000 mgr.smithi008.jfvsle (mgr.14180) 1035 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:27.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:26.042145+0000 mgr.smithi008.jfvsle (mgr.14180) 1036 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:28.851 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:28.851 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:29.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:29.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:27.939683+0000 mgr.smithi008.jfvsle (mgr.14180) 1037 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:29.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:27.939683+0000 mgr.smithi008.jfvsle (mgr.14180) 1037 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:30.219 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:30.563 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:28.848355+0000 mgr.smithi008.jfvsle (mgr.14180) 1038 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:30.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:28.848355+0000 mgr.smithi008.jfvsle (mgr.14180) 1038 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:31.561 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:31.561 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:31.585 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:29.940116+0000 mgr.smithi008.jfvsle (mgr.14180) 1039 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:31.587 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:29.940116+0000 mgr.smithi008.jfvsle (mgr.14180) 1039 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:31.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:32.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:32 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:31.557370+0000 mgr.smithi008.jfvsle (mgr.14180) 1040 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:32.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:32 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:31.557370+0000 mgr.smithi008.jfvsle (mgr.14180) 1040 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:32.945 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:33.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:31.940590+0000 mgr.smithi008.jfvsle (mgr.14180) 1041 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:33.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:31.940590+0000 mgr.smithi008.jfvsle (mgr.14180) 1041 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:34.310 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:34.310 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:34.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:35.669 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:35.702 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:33.940907+0000 mgr.smithi008.jfvsle (mgr.14180) 1042 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:35.702 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:34.307116+0000 mgr.smithi008.jfvsle (mgr.14180) 1043 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:35.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:33.940907+0000 mgr.smithi008.jfvsle (mgr.14180) 1042 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:35.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:34.307116+0000 mgr.smithi008.jfvsle (mgr.14180) 1043 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:36.998 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:36.998 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:37.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:37.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:35.941376+0000 mgr.smithi008.jfvsle (mgr.14180) 1044 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:37.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:35.941376+0000 mgr.smithi008.jfvsle (mgr.14180) 1044 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:38.362 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:38.693 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:36.995611+0000 mgr.smithi008.jfvsle (mgr.14180) 1045 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:38.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:36.995611+0000 mgr.smithi008.jfvsle (mgr.14180) 1045 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:39.748 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:39.749 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:39.773 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:37.941914+0000 mgr.smithi008.jfvsle (mgr.14180) 1046 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:39.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:37.941914+0000 mgr.smithi008.jfvsle (mgr.14180) 1046 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:40.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:40.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:40 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:39.745267+0000 mgr.smithi008.jfvsle (mgr.14180) 1047 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:40.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:40 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:39.745267+0000 mgr.smithi008.jfvsle (mgr.14180) 1047 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:41.118 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:41.443 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:39.942328+0000 mgr.smithi008.jfvsle (mgr.14180) 1048 : 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 2023-12-21T05:15:41.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:39.942328+0000 mgr.smithi008.jfvsle (mgr.14180) 1048 : 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 2023-12-21T05:15:42.437 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:42.437 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:42.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:43.802 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:43.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:41.942780+0000 mgr.smithi008.jfvsle (mgr.14180) 1049 : 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 2023-12-21T05:15:43.834 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:42.433762+0000 mgr.smithi008.jfvsle (mgr.14180) 1050 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:43.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:41.942780+0000 mgr.smithi008.jfvsle (mgr.14180) 1049 : 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 2023-12-21T05:15:43.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:42.433762+0000 mgr.smithi008.jfvsle (mgr.14180) 1050 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:45.125 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:45.125 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:45.440 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:43.943090+0000 mgr.smithi008.jfvsle (mgr.14180) 1051 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:45.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:45.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:43.943090+0000 mgr.smithi008.jfvsle (mgr.14180) 1051 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:46.509 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:46.835 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:45.122633+0000 mgr.smithi008.jfvsle (mgr.14180) 1052 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:46.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:45.122633+0000 mgr.smithi008.jfvsle (mgr.14180) 1052 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:47.478 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:45.943633+0000 mgr.smithi008.jfvsle (mgr.14180) 1053 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:47.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:45.943633+0000 mgr.smithi008.jfvsle (mgr.14180) 1053 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:47.839 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:47.839 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:48.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:49.225 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:49.552 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:47.836900+0000 mgr.smithi008.jfvsle (mgr.14180) 1054 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:49.552 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:47.944230+0000 mgr.smithi008.jfvsle (mgr.14180) 1055 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:49.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:47.836900+0000 mgr.smithi008.jfvsle (mgr.14180) 1054 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:49.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:47.944230+0000 mgr.smithi008.jfvsle (mgr.14180) 1055 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:50.641 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:50.641 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:51.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:51.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:49.944701+0000 mgr.smithi008.jfvsle (mgr.14180) 1056 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:51.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:50.637771+0000 mgr.smithi008.jfvsle (mgr.14180) 1057 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:51.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:49.944701+0000 mgr.smithi008.jfvsle (mgr.14180) 1056 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:51.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:50.637771+0000 mgr.smithi008.jfvsle (mgr.14180) 1057 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:52.008 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:53.430 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:53.430 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:53.730 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:51.945205+0000 mgr.smithi008.jfvsle (mgr.14180) 1058 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:53.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:53.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:51.945205+0000 mgr.smithi008.jfvsle (mgr.14180) 1058 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:54.808 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:54.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:54 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:53.427157+0000 mgr.smithi008.jfvsle (mgr.14180) 1059 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:54.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:54 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:53.427157+0000 mgr.smithi008.jfvsle (mgr.14180) 1059 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:55.769 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:53.945718+0000 mgr.smithi008.jfvsle (mgr.14180) 1060 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:55.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:53.945718+0000 mgr.smithi008.jfvsle (mgr.14180) 1060 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:56.175 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:56.175 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:56.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:57.542 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:57.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:55.946275+0000 mgr.smithi008.jfvsle (mgr.14180) 1061 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:57.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:56.172145+0000 mgr.smithi008.jfvsle (mgr.14180) 1062 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:57.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:55.946275+0000 mgr.smithi008.jfvsle (mgr.14180) 1061 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:57.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:56.172145+0000 mgr.smithi008.jfvsle (mgr.14180) 1062 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:58.933 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:15:58.933 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:15:59.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:59.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:15:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:57.946796+0000 mgr.smithi008.jfvsle (mgr.14180) 1063 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:59.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:15:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:57.946796+0000 mgr.smithi008.jfvsle (mgr.14180) 1063 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:00.308 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:00.642 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:15:58.930696+0000 mgr.smithi008.jfvsle (mgr.14180) 1064 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:00.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:15:58.930696+0000 mgr.smithi008.jfvsle (mgr.14180) 1064 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:01.588 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:15:59.947382+0000 mgr.smithi008.jfvsle (mgr.14180) 1065 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:01.686 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:01.686 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:01.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:15:59.947382+0000 mgr.smithi008.jfvsle (mgr.14180) 1065 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:02.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:02.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:02 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:01.683415+0000 mgr.smithi008.jfvsle (mgr.14180) 1066 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:02.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:02 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:01.683415+0000 mgr.smithi008.jfvsle (mgr.14180) 1066 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:03.101 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:03.667 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:01.948105+0000 mgr.smithi008.jfvsle (mgr.14180) 1067 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:03.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:01.948105+0000 mgr.smithi008.jfvsle (mgr.14180) 1067 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:04.549 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:04.550 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:04.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:05.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:03.948559+0000 mgr.smithi008.jfvsle (mgr.14180) 1068 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:05.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:04.546376+0000 mgr.smithi008.jfvsle (mgr.14180) 1069 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:05.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:03.948559+0000 mgr.smithi008.jfvsle (mgr.14180) 1068 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:05.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:04.546376+0000 mgr.smithi008.jfvsle (mgr.14180) 1069 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:05.924 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:07.319 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:07.320 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:07.695 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:05.949053+0000 mgr.smithi008.jfvsle (mgr.14180) 1070 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:07.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:07.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:05.949053+0000 mgr.smithi008.jfvsle (mgr.14180) 1070 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:08.697 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:08.730 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:07.316178+0000 mgr.smithi008.jfvsle (mgr.14180) 1071 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:08.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:07.316178+0000 mgr.smithi008.jfvsle (mgr.14180) 1071 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:09.726 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:07.949734+0000 mgr.smithi008.jfvsle (mgr.14180) 1072 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:09.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:07.949734+0000 mgr.smithi008.jfvsle (mgr.14180) 1072 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:10.131 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:10.131 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:10.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:11.497 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:11.815 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:09.950242+0000 mgr.smithi008.jfvsle (mgr.14180) 1073 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:11.815 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:10.128624+0000 mgr.smithi008.jfvsle (mgr.14180) 1074 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:11.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:09.950242+0000 mgr.smithi008.jfvsle (mgr.14180) 1073 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:11.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:10.128624+0000 mgr.smithi008.jfvsle (mgr.14180) 1074 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:12.811 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:12.812 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:13.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:13.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:11.950748+0000 mgr.smithi008.jfvsle (mgr.14180) 1075 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:13.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:11.950748+0000 mgr.smithi008.jfvsle (mgr.14180) 1075 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:14.188 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:14.514 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:12.808519+0000 mgr.smithi008.jfvsle (mgr.14180) 1076 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:14.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:12.808519+0000 mgr.smithi008.jfvsle (mgr.14180) 1076 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:15.567 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:15.567 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:15.732 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:13.951063+0000 mgr.smithi008.jfvsle (mgr.14180) 1077 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:15.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:13.951063+0000 mgr.smithi008.jfvsle (mgr.14180) 1077 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:15.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:16.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:16 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:15.563078+0000 mgr.smithi008.jfvsle (mgr.14180) 1078 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:16.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:16 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:15.563078+0000 mgr.smithi008.jfvsle (mgr.14180) 1078 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:16.931 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:17.544 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:15.951578+0000 mgr.smithi008.jfvsle (mgr.14180) 1079 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:17.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:15.951578+0000 mgr.smithi008.jfvsle (mgr.14180) 1079 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:18.302 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:18.302 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:18.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:19.673 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:19.707 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:17.952004+0000 mgr.smithi008.jfvsle (mgr.14180) 1080 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:19.707 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:18.298894+0000 mgr.smithi008.jfvsle (mgr.14180) 1081 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:19.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:17.952004+0000 mgr.smithi008.jfvsle (mgr.14180) 1080 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:19.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:18.298894+0000 mgr.smithi008.jfvsle (mgr.14180) 1081 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:21.047 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:21.048 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:21.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:21.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:19.952414+0000 mgr.smithi008.jfvsle (mgr.14180) 1082 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:21.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:19.952414+0000 mgr.smithi008.jfvsle (mgr.14180) 1082 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:22.447 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:22.788 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:21.044694+0000 mgr.smithi008.jfvsle (mgr.14180) 1083 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:22.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:21.044694+0000 mgr.smithi008.jfvsle (mgr.14180) 1083 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:23.792 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:23.792 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:23.823 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:21.952946+0000 mgr.smithi008.jfvsle (mgr.14180) 1084 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:23.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:21.952946+0000 mgr.smithi008.jfvsle (mgr.14180) 1084 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:24.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:25.163 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:25.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:23.789581+0000 mgr.smithi008.jfvsle (mgr.14180) 1085 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:25.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:23.953289+0000 mgr.smithi008.jfvsle (mgr.14180) 1086 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:25.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:23.789581+0000 mgr.smithi008.jfvsle (mgr.14180) 1085 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:25.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:23.953289+0000 mgr.smithi008.jfvsle (mgr.14180) 1086 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:26.497 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:26.497 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:26.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:27.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:25.953912+0000 mgr.smithi008.jfvsle (mgr.14180) 1087 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:27.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:26.494371+0000 mgr.smithi008.jfvsle (mgr.14180) 1088 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:27.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:25.953912+0000 mgr.smithi008.jfvsle (mgr.14180) 1087 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:27.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:26.494371+0000 mgr.smithi008.jfvsle (mgr.14180) 1088 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:27.869 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:29.269 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:29.269 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:29.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:27.954406+0000 mgr.smithi008.jfvsle (mgr.14180) 1089 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:29.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:29.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:27.954406+0000 mgr.smithi008.jfvsle (mgr.14180) 1089 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:30.627 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:30.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:29.266394+0000 mgr.smithi008.jfvsle (mgr.14180) 1090 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:30.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:29.266394+0000 mgr.smithi008.jfvsle (mgr.14180) 1090 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:31.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:29.954900+0000 mgr.smithi008.jfvsle (mgr.14180) 1091 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:31.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:29.954900+0000 mgr.smithi008.jfvsle (mgr.14180) 1091 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:32.001 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:32.001 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:32.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:33.394 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:33.721 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:31.955333+0000 mgr.smithi008.jfvsle (mgr.14180) 1092 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:33.721 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:31.998231+0000 mgr.smithi008.jfvsle (mgr.14180) 1093 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:33.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:31.955333+0000 mgr.smithi008.jfvsle (mgr.14180) 1092 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:33.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:31.998231+0000 mgr.smithi008.jfvsle (mgr.14180) 1093 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:34.798 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:34.798 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:35.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:35.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:33.955871+0000 mgr.smithi008.jfvsle (mgr.14180) 1094 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:35.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:33.955871+0000 mgr.smithi008.jfvsle (mgr.14180) 1094 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:36.185 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:36.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:34.795260+0000 mgr.smithi008.jfvsle (mgr.14180) 1095 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:36.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:34.795260+0000 mgr.smithi008.jfvsle (mgr.14180) 1095 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:37.587 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:37.588 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:37.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:35.956536+0000 mgr.smithi008.jfvsle (mgr.14180) 1096 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:37.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:35.956536+0000 mgr.smithi008.jfvsle (mgr.14180) 1096 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:37.952 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:38.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:37.584679+0000 mgr.smithi008.jfvsle (mgr.14180) 1097 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:38.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:37.584679+0000 mgr.smithi008.jfvsle (mgr.14180) 1097 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:38.953 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:39.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:37.957183+0000 mgr.smithi008.jfvsle (mgr.14180) 1098 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:39.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:37.957183+0000 mgr.smithi008.jfvsle (mgr.14180) 1098 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:40.323 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:40.323 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:40.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:41.709 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:41.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:39.957892+0000 mgr.smithi008.jfvsle (mgr.14180) 1099 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:41.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:40.320250+0000 mgr.smithi008.jfvsle (mgr.14180) 1100 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:41.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:39.957892+0000 mgr.smithi008.jfvsle (mgr.14180) 1099 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:41.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:40.320250+0000 mgr.smithi008.jfvsle (mgr.14180) 1100 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:43.094 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:43.094 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:43.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:43.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:41.958531+0000 mgr.smithi008.jfvsle (mgr.14180) 1101 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:43.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:41.958531+0000 mgr.smithi008.jfvsle (mgr.14180) 1101 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:44.468 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:44.819 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:43.091192+0000 mgr.smithi008.jfvsle (mgr.14180) 1102 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:44.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:43.091192+0000 mgr.smithi008.jfvsle (mgr.14180) 1102 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:45.833 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:45.833 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:45.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:43.959074+0000 mgr.smithi008.jfvsle (mgr.14180) 1103 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:45.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:43.959074+0000 mgr.smithi008.jfvsle (mgr.14180) 1103 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:46.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:47.202 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:47.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:45.830724+0000 mgr.smithi008.jfvsle (mgr.14180) 1104 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:47.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:45.959529+0000 mgr.smithi008.jfvsle (mgr.14180) 1105 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:47.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:45.830724+0000 mgr.smithi008.jfvsle (mgr.14180) 1104 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:47.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:45.959529+0000 mgr.smithi008.jfvsle (mgr.14180) 1105 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:48.566 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:48.567 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:48.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:49.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:47.960064+0000 mgr.smithi008.jfvsle (mgr.14180) 1106 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:49.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:49 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:48.563608+0000 mgr.smithi008.jfvsle (mgr.14180) 1107 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:49.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:47.960064+0000 mgr.smithi008.jfvsle (mgr.14180) 1106 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:49.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:48.563608+0000 mgr.smithi008.jfvsle (mgr.14180) 1107 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:49.892 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:51.220 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:51.220 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:51.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:51.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:51 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:49.960553+0000 mgr.smithi008.jfvsle (mgr.14180) 1108 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:51.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:51 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:49.960553+0000 mgr.smithi008.jfvsle (mgr.14180) 1108 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:52.592 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:52.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:52 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:51.217319+0000 mgr.smithi008.jfvsle (mgr.14180) 1109 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:52.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:52 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:51.217319+0000 mgr.smithi008.jfvsle (mgr.14180) 1109 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:53.587 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:53 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:51.961148+0000 mgr.smithi008.jfvsle (mgr.14180) 1110 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:53.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:53 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:51.961148+0000 mgr.smithi008.jfvsle (mgr.14180) 1110 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:16:54.017 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:54.017 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:54.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:55.367 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:55.776 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:53.961457+0000 mgr.smithi008.jfvsle (mgr.14180) 1111 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:55.776 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:55 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:54.014501+0000 mgr.smithi008.jfvsle (mgr.14180) 1112 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:55.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:53.961457+0000 mgr.smithi008.jfvsle (mgr.14180) 1111 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:55.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:55 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:54.014501+0000 mgr.smithi008.jfvsle (mgr.14180) 1112 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:56.817 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:56.817 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:57.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:16:57.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:57 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:55.961976+0000 mgr.smithi008.jfvsle (mgr.14180) 1113 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:57.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:57 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:55.961976+0000 mgr.smithi008.jfvsle (mgr.14180) 1113 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:58.193 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:16:58.819 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:58 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:56.813608+0000 mgr.smithi008.jfvsle (mgr.14180) 1114 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:58.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:58 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:56.813608+0000 mgr.smithi008.jfvsle (mgr.14180) 1114 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:16:59.489 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:16:59.490 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:16:59.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:16:59 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:57.962529+0000 mgr.smithi008.jfvsle (mgr.14180) 1115 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:59.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:16:59 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:57.962529+0000 mgr.smithi008.jfvsle (mgr.14180) 1115 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:16:59.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:00.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:00 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:16:59.486833+0000 mgr.smithi008.jfvsle (mgr.14180) 1116 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:00.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:00 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:16:59.486833+0000 mgr.smithi008.jfvsle (mgr.14180) 1116 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:00.882 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:01.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:01 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:16:59.962981+0000 mgr.smithi008.jfvsle (mgr.14180) 1117 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:01.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:01 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:16:59.962981+0000 mgr.smithi008.jfvsle (mgr.14180) 1117 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:02.246 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:02.246 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:02.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:03.608 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:03.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:01.963426+0000 mgr.smithi008.jfvsle (mgr.14180) 1118 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:03.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:03 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:02.243398+0000 mgr.smithi008.jfvsle (mgr.14180) 1119 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:01.963426+0000 mgr.smithi008.jfvsle (mgr.14180) 1118 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:03.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:03 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:02.243398+0000 mgr.smithi008.jfvsle (mgr.14180) 1119 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:04.948 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:04.949 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:05.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:05.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:05 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:03.963928+0000 mgr.smithi008.jfvsle (mgr.14180) 1120 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:05.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:05 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:03.963928+0000 mgr.smithi008.jfvsle (mgr.14180) 1120 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:06.315 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:06.675 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:06 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:04.946025+0000 mgr.smithi008.jfvsle (mgr.14180) 1121 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:06.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:06 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:04.946025+0000 mgr.smithi008.jfvsle (mgr.14180) 1121 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:07.682 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:07.682 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:07.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:07 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:05.964592+0000 mgr.smithi008.jfvsle (mgr.14180) 1122 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:07.838 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:07 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:05.964592+0000 mgr.smithi008.jfvsle (mgr.14180) 1122 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:08.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:08.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:08 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:07.678421+0000 mgr.smithi008.jfvsle (mgr.14180) 1123 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:09.041 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:09.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:08 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:07.678421+0000 mgr.smithi008.jfvsle (mgr.14180) 1123 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:09.734 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:09 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:07.965063+0000 mgr.smithi008.jfvsle (mgr.14180) 1124 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:10.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:09 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:07.965063+0000 mgr.smithi008.jfvsle (mgr.14180) 1124 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:10.417 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:10.417 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:10.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:11.791 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:12.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:09.965579+0000 mgr.smithi008.jfvsle (mgr.14180) 1125 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:12.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:11 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:10.414597+0000 mgr.smithi008.jfvsle (mgr.14180) 1126 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:12.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:09.965579+0000 mgr.smithi008.jfvsle (mgr.14180) 1125 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:12.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:11 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:10.414597+0000 mgr.smithi008.jfvsle (mgr.14180) 1126 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:13.172 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:13.172 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:13.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:13.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:13 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:11.966082+0000 mgr.smithi008.jfvsle (mgr.14180) 1127 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:14.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:13 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:11.966082+0000 mgr.smithi008.jfvsle (mgr.14180) 1127 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:14.530 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:14.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:14 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:13.169489+0000 mgr.smithi008.jfvsle (mgr.14180) 1128 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:15.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:14 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:13.169489+0000 mgr.smithi008.jfvsle (mgr.14180) 1128 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:15.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:15 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:13.966625+0000 mgr.smithi008.jfvsle (mgr.14180) 1129 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:15.878 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:15.878 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:16.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:15 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:13.966625+0000 mgr.smithi008.jfvsle (mgr.14180) 1129 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:16.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:17.238 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:17.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:15.875491+0000 mgr.smithi008.jfvsle (mgr.14180) 1130 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:17.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:17 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:15.967296+0000 mgr.smithi008.jfvsle (mgr.14180) 1131 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:18.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:15.875491+0000 mgr.smithi008.jfvsle (mgr.14180) 1130 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:18.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:17 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:15.967296+0000 mgr.smithi008.jfvsle (mgr.14180) 1131 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:18.587 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:18.588 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:18.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:19.940 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:19.973 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:17.967883+0000 mgr.smithi008.jfvsle (mgr.14180) 1132 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:19.973 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:19 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:18.585099+0000 mgr.smithi008.jfvsle (mgr.14180) 1133 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:20.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:17.967883+0000 mgr.smithi008.jfvsle (mgr.14180) 1132 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:20.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:19 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:18.585099+0000 mgr.smithi008.jfvsle (mgr.14180) 1133 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:21.250 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:21.250 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:21.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:22.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:21 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:19.968402+0000 mgr.smithi008.jfvsle (mgr.14180) 1134 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:22.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:21 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:19.968402+0000 mgr.smithi008.jfvsle (mgr.14180) 1134 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:22.680 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:23.006 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:22 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:21.247495+0000 mgr.smithi008.jfvsle (mgr.14180) 1135 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:23.073 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:22 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:21.247495+0000 mgr.smithi008.jfvsle (mgr.14180) 1135 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:23.675 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:23 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:21.968914+0000 mgr.smithi008.jfvsle (mgr.14180) 1136 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:24.058 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:24.058 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:24.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:23 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:21.968914+0000 mgr.smithi008.jfvsle (mgr.14180) 1136 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:24.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:25.420 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:25.746 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:23.969259+0000 mgr.smithi008.jfvsle (mgr.14180) 1137 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:25.747 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:25 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:24.055937+0000 mgr.smithi008.jfvsle (mgr.14180) 1138 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:26.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:23.969259+0000 mgr.smithi008.jfvsle (mgr.14180) 1137 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:26.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:25 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:24.055937+0000 mgr.smithi008.jfvsle (mgr.14180) 1138 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:26.796 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:26.796 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:27.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:27.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:27 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:25.969742+0000 mgr.smithi008.jfvsle (mgr.14180) 1139 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:28.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:27 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:25.969742+0000 mgr.smithi008.jfvsle (mgr.14180) 1139 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:28.162 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:28.798 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:28 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:26.792935+0000 mgr.smithi008.jfvsle (mgr.14180) 1140 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:29.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:28 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:26.792935+0000 mgr.smithi008.jfvsle (mgr.14180) 1140 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:29.500 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:29.500 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:29.793 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:29 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:27.970296+0000 mgr.smithi008.jfvsle (mgr.14180) 1141 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:29.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:30.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:29 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:27.970296+0000 mgr.smithi008.jfvsle (mgr.14180) 1141 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:30.870 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:30.903 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:30 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:29.497725+0000 mgr.smithi008.jfvsle (mgr.14180) 1142 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:31.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:30 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:29.497725+0000 mgr.smithi008.jfvsle (mgr.14180) 1142 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:31.815 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:31 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:29.970800+0000 mgr.smithi008.jfvsle (mgr.14180) 1143 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:32.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:31 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:29.970800+0000 mgr.smithi008.jfvsle (mgr.14180) 1143 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:32.174 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:32.174 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:32.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:33.561 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:33.889 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:31.971237+0000 mgr.smithi008.jfvsle (mgr.14180) 1144 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:33.889 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:33 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:32.171941+0000 mgr.smithi008.jfvsle (mgr.14180) 1145 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:34.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:31.971237+0000 mgr.smithi008.jfvsle (mgr.14180) 1144 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:34.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:33 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:32.171941+0000 mgr.smithi008.jfvsle (mgr.14180) 1145 : audit [DBG] from='client.16192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:34.931 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:34.931 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:35.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:36.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:35 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:33.971697+0000 mgr.smithi008.jfvsle (mgr.14180) 1146 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:36.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:35 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:33.971697+0000 mgr.smithi008.jfvsle (mgr.14180) 1146 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:36.286 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:36.948 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:36 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:34.928301+0000 mgr.smithi008.jfvsle (mgr.14180) 1147 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:37.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:36 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:34.928301+0000 mgr.smithi008.jfvsle (mgr.14180) 1147 : audit [DBG] from='client.16196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:37.636 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:37.636 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:37.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:37 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:35.972253+0000 mgr.smithi008.jfvsle (mgr.14180) 1148 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:38.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:38.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:37 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:35.972253+0000 mgr.smithi008.jfvsle (mgr.14180) 1148 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:39.003 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:39.036 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:38 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:37.633410+0000 mgr.smithi008.jfvsle (mgr.14180) 1149 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:39.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:38 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:37.633410+0000 mgr.smithi008.jfvsle (mgr.14180) 1149 : audit [DBG] from='client.16200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:39.997 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:39 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:37.972713+0000 mgr.smithi008.jfvsle (mgr.14180) 1150 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:40.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:39 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:37.972713+0000 mgr.smithi008.jfvsle (mgr.14180) 1150 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:40.357 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:40.358 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:40.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:41.727 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:42.069 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:39.973202+0000 mgr.smithi008.jfvsle (mgr.14180) 1151 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:42.069 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:41 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:40.355016+0000 mgr.smithi008.jfvsle (mgr.14180) 1152 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:39.973202+0000 mgr.smithi008.jfvsle (mgr.14180) 1151 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:42.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:41 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:40.355016+0000 mgr.smithi008.jfvsle (mgr.14180) 1152 : audit [DBG] from='client.16204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:43.058 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:43.058 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:07.483061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.dxzuqu on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:43.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:44.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:41.973695+0000 mgr.smithi008.jfvsle (mgr.14180) 1153 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:44.087 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:43 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:43.085300+0000 mon.smithi008 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi190.zezlcn"}]: dispatch 2023-12-21T05:17:44.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:41.973695+0000 mgr.smithi008.jfvsle (mgr.14180) 1153 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:17:44.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:43 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:43.085300+0000 mon.smithi008 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.8:0/3936052831' entity='mgr.smithi008.jfvsle' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi190.zezlcn"}]: dispatch 2023-12-21T05:17:44.439 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:43.055012+0000 mgr.smithi008.jfvsle (mgr.14180) 1154 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:17:43.084833+0000 mgr.smithi008.jfvsle (mgr.14180) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.zezlcn ... 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:17:44.779 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:16:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:17:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Traceback (most recent call last): 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: yield (conn, connr) 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: code, '\n'.join(err))) 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:44.780 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.zezlcn ... 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:16:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:17:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:17:43.084992+0000 mgr.smithi008.jfvsle (mgr.14180) 1156 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:17:43.085941+0000 mgr.smithi008.jfvsle (mgr.14180) 1157 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi190.zezlcn on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: Deploy daemon haproxy.nfs.foo.smithi190.zezlcn ... 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:44.781 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:17:44.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:16:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr time="2023-12-21T05:17:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:44.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:17:44.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:44.782 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:44 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cephadm 2023-12-21T05:17:43.087517+0000 mgr.smithi008.jfvsle (mgr.14180) 1158 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.ogsovs on smithi008 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:43.055012+0000 mgr.smithi008.jfvsle (mgr.14180) 1154 : audit [DBG] from='client.16208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:17:43.084833+0000 mgr.smithi008.jfvsle (mgr.14180) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.zezlcn ... 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:16:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:17:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:17:45.088 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Traceback (most recent call last): 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: yield (conn, connr) 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: code, '\n'.join(err))) 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.zezlcn ... 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.089 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:16:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:17:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:17:43.084992+0000 mgr.smithi008.jfvsle (mgr.14180) 1156 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:17:43.085941+0000 mgr.smithi008.jfvsle (mgr.14180) 1157 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi190.zezlcn on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: /bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: Deploy daemon haproxy.nfs.foo.smithi190.zezlcn ... 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:15:50Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:16:28Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr time="2023-12-21T05:17:05Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-12-21T05:17:45.090 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-21T05:17:45.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: 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=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:17:45.091 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:44 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cephadm 2023-12-21T05:17:43.087517+0000 mgr.smithi008.jfvsle (mgr.14180) 1158 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi008.ogsovs on smithi008 2023-12-21T05:17:45.777 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:45.777 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:43.085838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.zezlcn on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn\nDeploy daemon haproxy.nfs.foo.smithi190.zezlcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:16:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:17:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:45.945 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:45 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:43.974065+0000 mgr.smithi008.jfvsle (mgr.14180) 1159 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:46.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:45 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:43.974065+0000 mgr.smithi008.jfvsle (mgr.14180) 1159 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:46.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:47.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:46 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: audit 2023-12-21T05:17:45.774104+0000 mgr.smithi008.jfvsle (mgr.14180) 1160 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:47.088 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:46 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: audit 2023-12-21T05:17:45.774104+0000 mgr.smithi008.jfvsle (mgr.14180) 1160 : audit [DBG] from='client.16212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:17:47.142 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:17:47.805 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:47 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: cluster 2023-12-21T05:17:45.974687+0000 mgr.smithi008.jfvsle (mgr.14180) 1161 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:48.087 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:47 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: cluster 2023-12-21T05:17:45.974687+0000 mgr.smithi008.jfvsle (mgr.14180) 1161 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:17:48.521 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-21T05:17:48.521 INFO:teuthology.orchestra.run.smithi008.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:55:37.894829Z", "last_refresh": "2023-12-21T05:15:13.624502Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:55:34.360015Z", "last_refresh": "2023-12-21T05:15:11.473559Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:55:36.223430Z", "last_refresh": "2023-12-21T05:15:13.624638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:40.826494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.tkdcce on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-tkdcce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.tkdcce\nDeploy daemon haproxy.nfs.foo.smithi190.tkdcce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:09:48Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:10:25Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:11:03Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.084181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi008.zyrswd on smithi008: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi008-zyrswd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi008.zyrswd\nDeploy daemon haproxy.nfs.foo.smithi008.zyrswd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:12:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:12:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:13:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi008 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:10.085515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi190.hqpopw on smithi190: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:10.086927Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi008.jbsloy on smithi008: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:17:43.085838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi190.zezlcn on smithi190: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi190-zezlcn\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn\n/bin/podman: stderr Error: no such container ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi190.zezlcn\nDeploy daemon haproxy.nfs.foo.smithi190.zezlcn ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-21T05:15:50Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:16:28Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-21T05:17:05Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi190 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.8/16"}, "status": {"created": "2023-12-21T04:58:58.648222Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.8/16"}}, {"events": ["2023-12-21T04:58:55.443985Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-21T04:58:55.435313Z", "last_refresh": "2023-12-21T05:15:11.474208Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:55:33.258989Z", "last_refresh": "2023-12-21T05:15:11.473730Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:38.748003Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi008:172.21.15.8=smithi008", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:56:38.744842Z", "last_refresh": "2023-12-21T05:15:11.473815Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:58:58.647146Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-12-21T04:58:58.643771Z", "last_refresh": "2023-12-21T05:15:13.625174Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:55:37.054111Z", "last_refresh": "2023-12-21T05:15:11.473886Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:56:54.866028Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:56:54.862676Z", "last_refresh": "2023-12-21T05:15:11.473952Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:55:35.360931Z", "last_refresh": "2023-12-21T05:15:13.624788Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-21T05:17:48.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:17:48.876 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-21T05:17:48.982 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=efaff692adc7497f9090389043b63e4e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-21T05:17:48.984 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-21T05:17:48.994 INFO:tasks.vip:Removing 10.0.15.8 (and any VIPs) on smithi008.front.sepia.ceph.com iface ens1f0... 2023-12-21T05:17:48.994 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr del 10.0.15.8/16 dev ens1f0 2023-12-21T05:17:49.029 DEBUG:teuthology.orchestra.run.smithi008:> sudo ip addr del 10.0.31.8/16 dev ens1f0 2023-12-21T05:17:49.096 INFO:teuthology.orchestra.run.smithi008.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-21T05:17:49.097 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T05:17:49.097 INFO:tasks.vip:Removing 10.0.15.190 (and any VIPs) on smithi190.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T05:17:49.098 DEBUG:teuthology.orchestra.run.smithi190:> sudo ip addr del 10.0.15.190/16 dev enp3s0f1 2023-12-21T05:17:49.137 DEBUG:teuthology.orchestra.run.smithi190:> sudo ip addr del 10.0.31.8/16 dev enp3s0f1 2023-12-21T05:17:49.208 INFO:teuthology.orchestra.run.smithi190.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-21T05:17:49.209 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T05:17:49.210 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-21T05:17:49.219 INFO:tasks.cephadm:Teardown begin 2023-12-21T05:17:49.219 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:17:49.248 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:17:49.280 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-21T05:17:49.280 DEBUG:teuthology.orchestra.run.smithi008:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T05:17:49.306 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T05:17:49.340 INFO:tasks.cephadm:Stopping all daemons... 2023-12-21T05:17:49.340 INFO:tasks.cephadm.mon.smithi008:Stopping mon.smithi008... 2023-12-21T05:17:49.340 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi008 2023-12-21T05:17:49.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:49 smithi008 systemd[1]: Stopping Ceph mon.smithi008 for 0316fe7c-9fbd-11ee-95a5-87774f69a715... 2023-12-21T05:17:49.579 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:49 smithi008 bash[232751]: Error: no container with name or ID "ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon.smithi008" found: no such container 2023-12-21T05:17:49.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T05:17:49.578+0000 7f2536b9b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi008 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T05:17:49.837 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:49 smithi008 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008[108202]: debug 2023-12-21T05:17:49.578+0000 7f2536b9b700 -1 mon.smithi008@0(leader) e2 *** Got Signal Terminated *** 2023-12-21T05:17:49.838 INFO:journalctl@ceph.mon.smithi008.smithi008.stdout:Dec 21 05:17:49 smithi008 bash[232789]: ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi008 2023-12-21T05:17:49.966 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi008.service' 2023-12-21T05:17:50.017 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T05:17:50.017 INFO:tasks.cephadm.mon.smithi008:Stopped mon.smithi008 2023-12-21T05:17:50.018 INFO:tasks.cephadm.mon.smithi190:Stopping mon.smithi190... 2023-12-21T05:17:50.018 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi190 2023-12-21T05:17:50.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:50 smithi190 systemd[1]: Stopping Ceph mon.smithi190 for 0316fe7c-9fbd-11ee-95a5-87774f69a715... 2023-12-21T05:17:50.337 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:50 smithi190 bash[131645]: Error: no container with name or ID "ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon.smithi190" found: no such container 2023-12-21T05:17:50.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: debug 2023-12-21T05:17:50.264+0000 7fb6ed363700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi190 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T05:17:50.338 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:50 smithi190 ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190[111253]: debug 2023-12-21T05:17:50.264+0000 7fb6ed363700 -1 mon.smithi190@1(peon) e2 *** Got Signal Terminated *** 2023-12-21T05:17:50.837 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Dec 21 05:17:50 smithi190 bash[131684]: ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715-mon-smithi190 2023-12-21T05:17:50.913 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0316fe7c-9fbd-11ee-95a5-87774f69a715@mon.smithi190.service' 2023-12-21T05:17:50.964 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T05:17:50.965 INFO:tasks.cephadm.mon.smithi190:Stopped mon.smithi190 2023-12-21T05:17:50.965 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T05:20:57.085 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T05:21:36.557 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:21:36.596 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:21:36.626 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-21T05:21:36.628 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198/remote/ubuntu@smithi008.front.sepia.ceph.com/crash 2023-12-21T05:21:36.629 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/crash -- . 2023-12-21T05:21:36.674 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T05:21:36.674 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2023-12-21T05:21:36.675 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198/remote/ubuntu@smithi190.front.sepia.ceph.com/crash 2023-12-21T05:21:36.676 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/crash -- . 2023-12-21T05:21:36.719 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T05:21:36.719 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2023-12-21T05:21:36.720 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-21T05:21:36.720 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-21T05:21:36.751 INFO:teuthology.orchestra.run.smithi008.stderr:grep: /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-21T05:21:36.753 INFO:tasks.cephadm:Compressing logs... 2023-12-21T05:21:36.753 DEBUG:teuthology.orchestra.run.smithi008:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-21T05:21:36.795 DEBUG:teuthology.orchestra.run.smithi190:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-21T05:21:36.821 INFO:teuthology.orchestra.run.smithi190.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-21T05:21:36.822 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T05:21:36.822 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mgr.smithi190.kwqfdz.log 2023-12-21T05:21:36.822 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-21T05:21:36.824 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T05:21:36.824 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mgr.smithi190.kwqfdz.log: /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-21T05:21:36.824 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-volume.log: --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-21T05:21:36.825 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/rbd-target-api’gzip : No such file or directory-5 2023-12-21T05:21:36.825 INFO:teuthology.orchestra.run.smithi008.stderr:--verbose -- /var/log/ceph/cephadm.log 2023-12-21T05:21:36.825 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T05:21:36.825 INFO:teuthology.orchestra.run.smithi008.stderr:gzip /var/log/ceph/cephadm.log: -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mgr.smithi008.jfvsle.log 2023-12-21T05:21:36.825 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-21T05:21:36.826 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi008.jmgsgb.log 2023-12-21T05:21:36.826 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mgr.smithi008.jfvsle.log: /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-21T05:21:36.826 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi008.jmgsgb.log: gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mon.smithi008.log 2023-12-21T05:21:36.826 INFO:teuthology.orchestra.run.smithi008.stderr: 60.1% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi008.jmgsgb.log.gz 2023-12-21T05:21:36.826 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-21T05:21:36.826 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.2.log: /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mon.smithi190.log 2023-12-21T05:21:36.828 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mon.smithi190.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T05:21:36.828 INFO:teuthology.orchestra.run.smithi190.stderr: 93.2% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mgr.smithi190.kwqfdz.log.gz 2023-12-21T05:21:36.828 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-21T05:21:36.830 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.4.log: 92.5% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T05:21:36.830 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi190.wjtvqr.log 2023-12-21T05:21:36.830 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi190.wjtvqr.log: 87.6% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi190.wjtvqr.log.gz 2023-12-21T05:21:36.834 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mon.smithi008.log: /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T05:21:36.835 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-21T05:21:36.860 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.1.log: 94.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T05:21:37.008 INFO:teuthology.orchestra.run.smithi008.stderr: 89.9% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mgr.smithi008.jfvsle.log.gz 2023-12-21T05:21:37.046 INFO:teuthology.orchestra.run.smithi190.stderr: 92.2% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mon.smithi190.log.gz 2023-12-21T05:21:37.188 INFO:teuthology.orchestra.run.smithi190.stderr: 93.1% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-21T05:21:37.225 INFO:teuthology.orchestra.run.smithi190.stderr: 92.9% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-21T05:21:37.300 INFO:teuthology.orchestra.run.smithi008.stderr: 93.0% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-21T05:21:37.341 INFO:teuthology.orchestra.run.smithi008.stderr: 93.1% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-21T05:21:37.376 INFO:teuthology.orchestra.run.smithi008.stderr: 92.9% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-21T05:21:37.401 INFO:teuthology.orchestra.run.smithi190.stderr: 93.0% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-21T05:21:37.402 INFO:teuthology.orchestra.run.smithi190.stderr: 92.8% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-21T05:21:37.404 INFO:teuthology.orchestra.run.smithi190.stderr: 2023-12-21T05:21:37.404 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m0.592s 2023-12-21T05:21:37.404 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m2.087s 2023-12-21T05:21:37.404 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m0.092s 2023-12-21T05:21:37.479 INFO:teuthology.orchestra.run.smithi008.stderr: 89.9% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-mon.smithi008.log.gz 2023-12-21T05:21:37.507 INFO:teuthology.orchestra.run.smithi008.stderr: 93.5% -- replaced with /var/log/ceph/0316fe7c-9fbd-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-21T05:21:37.508 INFO:teuthology.orchestra.run.smithi008.stderr: 2023-12-21T05:21:37.508 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m0.697s 2023-12-21T05:21:37.508 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m3.010s 2023-12-21T05:21:37.509 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.112s 2023-12-21T05:21:37.510 INFO:tasks.cephadm:Archiving logs... 2023-12-21T05:21:37.510 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198/remote/ubuntu@smithi008.front.sepia.ceph.com/log 2023-12-21T05:21:37.511 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T05:21:37.973 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198/remote/ubuntu@smithi190.front.sepia.ceph.com/log 2023-12-21T05:21:37.974 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T05:21:38.296 INFO:tasks.cephadm:Removing cluster... 2023-12-21T05:21:38.296 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 --force 2023-12-21T05:21:38.675 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0316fe7c-9fbd-11ee-95a5-87774f69a715 --force 2023-12-21T05:21:39.035 INFO:tasks.cephadm:Removing cephadm ... 2023-12-21T05:21:39.035 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T05:21:39.055 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T05:21:39.073 INFO:tasks.cephadm:Teardown complete 2023-12-21T05:21:39.073 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-21T05:21:39.083 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_1... 2023-12-21T05:21:39.083 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_1 2023-12-21T05:21:39.227 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-21T05:21:39.228 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:39.229 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_2... 2023-12-21T05:21:39.229 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_2 2023-12-21T05:21:39.365 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-21T05:21:39.367 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:39.367 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_3... 2023-12-21T05:21:39.367 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_3 2023-12-21T05:21:39.503 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-21T05:21:39.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:39.504 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi008:/dev/vg_nvme/lv_4... 2023-12-21T05:21:39.504 DEBUG:teuthology.orchestra.run.smithi008:> sudo nvme disconnect -n lv_4 2023-12-21T05:21:39.624 INFO:teuthology.orchestra.run.smithi008.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-21T05:21:39.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:39.625 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-21T05:21:39.625 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/scratch_devs 2023-12-21T05:21:39.652 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi190:/dev/vg_nvme/lv_1... 2023-12-21T05:21:39.653 DEBUG:teuthology.orchestra.run.smithi190:> sudo nvme disconnect -n lv_1 2023-12-21T05:21:39.769 INFO:teuthology.orchestra.run.smithi190.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-21T05:21:39.770 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:39.771 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi190:/dev/vg_nvme/lv_2... 2023-12-21T05:21:39.771 DEBUG:teuthology.orchestra.run.smithi190:> sudo nvme disconnect -n lv_2 2023-12-21T05:21:39.890 INFO:teuthology.orchestra.run.smithi190.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-21T05:21:39.891 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:39.891 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi190:/dev/vg_nvme/lv_3... 2023-12-21T05:21:39.892 DEBUG:teuthology.orchestra.run.smithi190:> sudo nvme disconnect -n lv_3 2023-12-21T05:21:40.018 INFO:teuthology.orchestra.run.smithi190.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-21T05:21:40.019 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:40.020 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi190:/dev/vg_nvme/lv_4... 2023-12-21T05:21:40.020 DEBUG:teuthology.orchestra.run.smithi190:> sudo nvme disconnect -n lv_4 2023-12-21T05:21:40.133 INFO:teuthology.orchestra.run.smithi190.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-21T05:21:40.134 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:40.134 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-12-21T05:21:40.134 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/scratch_devs 2023-12-21T05:21:40.161 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-21T05:21:40.174 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-21T05:21:40.174 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T05:21:40.177 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T05:21:40.195 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-12-21T05:21:40.200 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T05:21:40.201 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-12-21T05:21:40.201 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 36 +255us[ +280us] +/- 75ms 2023-12-21T05:21:40.201 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv02.front.sepia.ceph.com 3 6 377 36 -1016us[ -991us] +/- 57ms 2023-12-21T05:21:40.201 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 33 +998us[ +998us] +/- 64ms 2023-12-21T05:21:40.201 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T05:21:40.217 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-12-21T05:21:40.222 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-21T05:21:40.222 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-12-21T05:21:40.222 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 +261us[ +264us] +/- 75ms 2023-12-21T05:21:40.223 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv02.front.sepia.ceph.com 3 6 377 31 -1020us[-1018us] +/- 57ms 2023-12-21T05:21:40.223 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 32 +995us[ +997us] +/- 64ms 2023-12-21T05:21:40.223 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-21T05:21:40.224 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T05:21:40.233 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T05:21:40.234 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T05:21:40.243 DEBUG:teuthology.orchestra.run.smithi008:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T05:21:40.350 DEBUG:teuthology.orchestra.run.smithi190:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T05:21:40.436 DEBUG:teuthology.orchestra.run.smithi008:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T05:21:40.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:40.472 DEBUG:teuthology.orchestra.run.smithi190:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T05:21:40.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:40.503 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T05:21:40.514 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T05:21:40.523 INFO:teuthology.task.internal:Duration was 2109.799264 seconds 2023-12-21T05:21:40.524 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T05:21:40.533 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T05:21:40.533 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T05:21:40.536 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T05:21:40.582 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T05:21:40.589 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T05:21:40.850 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T05:21:40.850 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2023-12-21T05:21:40.850 DEBUG:teuthology.orchestra.run.smithi008:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T05:21:40.874 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2023-12-21T05:21:40.874 DEBUG:teuthology.orchestra.run.smithi190:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T05:21:40.897 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T05:21:40.897 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T05:21:40.917 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T05:21:40.988 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T05:21:40.989 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T05:21:40.991 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T05:21:41.146 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T05:21:41.157 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T05:21:41.157 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T05:21:41.184 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T05:21:41.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T05:21:41.222 DEBUG:teuthology.orchestra.run.smithi008:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:21:41.227 DEBUG:teuthology.orchestra.run.smithi190:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:21:41.252 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2023-12-21T05:21:41.277 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2023-12-21T05:21:41.299 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:21:41.356 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:41.356 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:21:41.373 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:21:41.373 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T05:21:41.385 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T05:21:41.385 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198/remote/smithi008 2023-12-21T05:21:41.386 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T05:21:41.442 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198/remote/smithi190 2023-12-21T05:21:41.443 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T05:21:41.483 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T05:21:41.483 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T05:21:41.485 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T05:21:41.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T05:21:41.547 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T05:21:41.547 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T05:21:41.557 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T05:21:41.557 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T05:21:41.559 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T05:21:41.575 INFO:teuthology.orchestra.run.smithi008.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 05:21 /home/ubuntu/cephtest 2023-12-21T05:21:41.591 INFO:teuthology.orchestra.run.smithi190.stdout: 525359 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 05:21 /home/ubuntu/cephtest 2023-12-21T05:21:41.592 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T05:21:41.603 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T05:21:41.626 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T05:21:41.654 DEBUG:teuthology.nuke:shortname: smithi008 2023-12-21T05:21:41.654 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T05:21:41.674 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:38:33.572898', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOp+NHMmSYwQg9dBrLR+jIEzws7GLDPf6oWNCWX27mlbYVZzwdSOlnieGBWzBsexZIYt6gdGxnmcQU/I3/BppjE='} 2023-12-21T05:21:41.677 DEBUG:teuthology.nuke:shortname: smithi190 2023-12-21T05:21:41.678 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T05:21:41.698 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499198', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:38:33.574137', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwRpBMY8WPECHYdWmDuU8IGRNSHOQO+nevJYCkk7l84M4ppPLs7NG7rNmjguoCvrapdEier5cGGSZXTSL14pcI='} 2023-12-21T05:21:41.723 INFO:teuthology.orchestra.console.smithi008:Power off 2023-12-21T05:21:41.724 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T05:21:41.749 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2023-12-21T05:21:41.750 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:21:41.765 INFO:teuthology.orchestra.console.smithi190:Power off 2023-12-21T05:21:41.765 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T05:21:41.778 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-21T05:21:41.787 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2023-12-21T05:21:41.787 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:21:41.809 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-12-21T05:21:45.779 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:21:45.810 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:21:45.889 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-21T05:21:45.919 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-12-21T05:21:49.894 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:21:49.920 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:21:50.004 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2023-12-21T05:21:50.029 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2023-12-21T05:21:50.105 INFO:teuthology.orchestra.console.smithi008:Power off completed 2023-12-21T05:21:50.129 INFO:teuthology.orchestra.console.smithi190:Power off completed 2023-12-21T05:21:50.233 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: 2109.7992639541626 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=efaff692adc7497f9090389043b63e4e status: fail success: false 2023-12-21T05:21:50.233 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T05:21:50.313 INFO:teuthology.run:FAIL